PDA

Click to See Complete Forum and Search --> : how to bind 2 dropdownlists in one datagrid?


MrNorth
Mar 17th, 2005, 09:14 AM
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

MrNorth
Mar 18th, 2005, 01:38 AM
Just want to point out that the id parameter is what is selected in the first dropdown.

HEEELP!

/Henrik

rdove
Mar 18th, 2005, 08:40 AM
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.