var obj = document.getElementById("DropDownListID")
;obj.options[obj.selectedIndex].value就是你所选择的值。该问题还有一种方法如下:
this.Label1.Text=DropDownList1.SelectedValue.ToString();}把DropDownList1的AutoPostBack的属性改为true。
var obj = document.getElementById("DropDownListID")
;obj.options[obj.selectedIndex].value就是你所选择的值。该问题还有一种方法如下:
this.Label1.Text=DropDownList1.SelectedValue.ToString();}把DropDownList1的AutoPostBack的属性改为true。