Skip to content
Advertisement

Cascading combo box

I am trying to bind 2 combo box, being the value of the second dependent from de first.

All the solutions that i saw to this problem were by the use of Sql.Data (Datatable), which i cant use, due to the architecture of the application.

I can do it 2 ways, by c# or through ASP Object Data Source. I’ve trying this approach with any sucess. It is possible to do this?

Advertisement

Answer

The original approach was right, but i was missing a query to List the wanted values:

User contributions licensed under: CC BY-SA
7 People found this is helpful
Advertisement