Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Drop Down List box Question

Status
Not open for further replies.

mtl77

Programmer
May 27, 2003
31
CA
I have a drop down list that is being populated from a table in a db. I would like to have it set up that when an item in the drop down list is selected(the items's name being displayed int the ddl), the other fileds in the table are displayed in regular text boxes.

Thanks in advance.
 
have you figured out how to do this???
Are you trying to avoid a postback? or could you simply persist your dataset through the postback and in the selectionchanged event of the dropdown populate the other controls...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top