数据绑定
代码
thisDropDownListDataSource = CategoryManagergetCategories();
DropDownListDataValueField = id;//用来设置下拉列表选中的 Value 值
DropDownListDataTextField = name;//为下拉列表选项显示的值
DropDownListDataBind();
读取数据
int categoryId = intParse(thisDropDownListSelectedItemValue);//获取下拉列表中选中的值