Why can't I select any items from my DropDownList(info_cmpycde)?
Private Sub info_cmpycde_SelectedIndexChanged
cmpy.text = info_cmpycde.SelectedItem.Value
or
cmpy.text = info_cmpycde.SelectedItem.Text
End Sub
*cmpy textbox is still null value
|
Results 1 to 2 of 2
Thread: DropDownList?Threaded View
|
Click Here to Expand Forum to Full Width |