如何获得 DropDownList所选项的DataValueField的值
如何获得 DropDownList所选项的DataValueField的值? --------------------编程问答----------------------------------------编程问答-------------------- 所选项?!整个dropdownlist的datavaluefield都一样的了. --------------------编程问答--------------------
string s = DropDownList1.DataValueField
string s = DropDownList1.SelectedItem.Value;
补充:.NET技术 , ASP.NET