熱點推薦:
您现在的位置: 電腦知識網 >> 編程 >> ASP編程 >> 正文

ASP.NET DropDownList控件的使用

2022-06-13   來源: ASP編程 

   數據綁定

  代碼

  thisDropDownListDataSource = CategoryManagergetCategories();

  DropDownListDataValueField = id;//用來設置下拉列表選中的 Value 值

  DropDownListDataTextField = name;//為下拉列表選項顯示的值

  DropDownListDataBind();

  讀取數據

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


From:http://tw.wingwit.com/Article/program/ASP/201311/21709.html
    推薦文章
    Copyright © 2005-2022 電腦知識網 Computer Knowledge   All rights reserved.