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 biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ASP.NET Datagrid Question 1

Status
Not open for further replies.

byrne1

Programmer
Aug 7, 2001
415
US
In my datagrid I have a dropdownlist that appears when the user is editing an item. I populate this ddl with values from a table. When a user clicks on a value in this ddl, I need to use the value in a lookup for another table and return fields to populate another ddl on the grid.

An example would be like having one ddl populated with the names of states. When a user picks a state, I would execute a SQL statement like "select city where state='TX'" and use this dataset to populate a ddl right next to the one for the state.

Is this possible?
 
Thanks! That is exactly what I need!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top