how to bind 2 dropdownlists in one datagrid?
In my datagrid I have two templatecolumns with dropdownlists.
the first is bound wiht the method
BindFirst()
Pretty standard...
the other is more difficult :(
It is dependant on what is selected in the first dropdownlist..
so that method looks like
BindSecond(byval id as string)
How do I write this in the databind expression in the aspx file????
Im stuck...
/Henrik
Re: how to bind 2 dropdownlists in one datagrid?
Just want to point out that the id parameter is what is selected in the first dropdown.
HEEELP!
/Henrik
Re: how to bind 2 dropdownlists in one datagrid?
Are you using a dataset to bind all your data? The code you posted doesn't tell anyone what you are actually doing in your functions.