DropDownList ddl = YourDropDownList;
//this
ddl.SelectedItem;
//or this
ddl.SelectedValue;
//or this
ddl.Items[ddl.SelectedIndex];
Run Code Online (Sandbox Code Playgroud)
你在追求什么?
归档时间: |
|
查看次数: |
1347 次 |
最近记录: |