DropDownList(Urgent)
-
Hi, I m a beginner.I want to know that when i click an item in a dropdownlist,how can corresponding value(corresponding to that dropdownlist item in a database ) is displayed in a textbox. Thanx in advance
-
Hi, I m a beginner.I want to know that when i click an item in a dropdownlist,how can corresponding value(corresponding to that dropdownlist item in a database ) is displayed in a textbox. Thanx in advance
i'm a beginner too , but try a proprety called autoposteback "proprity of dropdownlist" make it true & try the stuff try to be good if you can't be the best
-
Hi, I m a beginner.I want to know that when i click an item in a dropdownlist,how can corresponding value(corresponding to that dropdownlist item in a database ) is displayed in a textbox. Thanx in advance
textbox1.text=dropdownlist1.selecteditem.text