-1
我想在一個DropDownList獲取DropDownList的asp.net
我想在一個DropDownList獲取DropDownList的asp.net
DropDownList ddl = YourDropDownList;
//this
ddl.SelectedItem;
//or this
ddl.SelectedValue;
//or this
ddl.Items[ddl.SelectedIndex];
所有那些你以後是什麼爲指定的指數值的指數?
這是第三個,謝謝 – 2010-05-28 21:34:20