Nsan
MIS
- Apr 30, 2003
- 13
I cannot capture the value of an item selected from a dropdownlist. The value captured is always the first item in the drop down list..
Code:
If IsPostBack Then
txttech.Text = DropDownList1.SelectedItem.Text
End If
Response.Write(txttech.Text)
Thx
Code:
If IsPostBack Then
txttech.Text = DropDownList1.SelectedItem.Text
End If
Response.Write(txttech.Text)
Thx