how to fill text boxes based on drop down selection
i have a table:
empid empshortname empname empdesignation
when i select empshortname from drop down that should be fill the empname in one text box, empdesignation in another text box like this i want to fill in many text boxes based on single selection
Thanks and regards
sreedhar
I understand that you want to take the value empshortName from the dropdown and according to it select the others properties from DB or somewhere..
so, to get the value of the selected empshortName write an event function: SelectedIndexChanged and there write: