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