asp.net

位置:IT落伍者 >> asp.net >> 浏览文章

ASP.NET DropDownList控件的使用


发布日期:2021年10月13日
 
ASP.NET DropDownList控件的使用

数据绑定

代码

thisDropDownListDataSource = CategoryManagergetCategories();

DropDownListDataValueField = id;//用来设置下拉列表选中的 Value 值

DropDownListDataTextField = name;//为下拉列表选项显示的值

DropDownListDataBind();

读取数据

int categoryId = intParse(thisDropDownListSelectedItemValue);//获取下拉列表中选中的值

上一篇:DIY“ASP.NET MVC 嵌套的母版页”项模板

下一篇:ASP.NET带进度条多文件上传