B
bmayer
I am using a detail view and binding it to a sql data source (at some
point in the future it will be an object data source).
I have seen the article "Working with Data is ASP.NET 2.0 ::
Customizing the Data Modification Interface", and its description of
how to turn one of the fields into a template field, then add a drop
down list. I want to do the same thing except I want two drop down
lists, with the second one populating its values from a sql query that
takes a parameter from the first drop down list.
The problem that I am having is that it appears that the first drop
down list is out of the scope of the second drop down list.
Any ideas on how to bind the two together?
Ben
point in the future it will be an object data source).
I have seen the article "Working with Data is ASP.NET 2.0 ::
Customizing the Data Modification Interface", and its description of
how to turn one of the fields into a template field, then add a drop
down list. I want to do the same thing except I want two drop down
lists, with the second one populating its values from a sql query that
takes a parameter from the first drop down list.
The problem that I am having is that it appears that the first drop
down list is out of the scope of the second drop down list.
Any ideas on how to bind the two together?
Ben