數據綁定
代碼
thisDropDownListDataSource = CategoryManagergetCategories();
DropDownListDataValueField = id;//用來設置下拉列表選中的 Value 值
DropDownListDataTextField = name;//為下拉列表選項顯示的值
DropDownListDataBind();
讀取數據
int categoryId = intParse(thisDropDownListSelectedItemValue);//獲取下拉列表中選中的值