Click here to Skip to main content
15,892,697 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I need to populate a website with 3 drop down list in grid view from 3 different tables within a database. The table names are Bank, branch,account and engineer. On another page on my site i have populated a drop down list sucessfully
Posted
Comments
__TR__ 4-Sep-12 4:34am    
You have already asked this question
Populate multiple dropdown lists with different tables call[^].
Why repost it? Use "Improve question" link to update your question

1 solution

Sounds like you seek Cascading dropdown feature in grid. Look here:
Implementing Cascading DropDownList in ASP.NET GridView[^]
Ajax Cascading DropDownList With Database Example in GridView[^]

There are number of articles on it! If you need more Google or use CodeProject search!
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900