|
-
Mar 17th, 2005, 10:14 AM
#1
Thread Starter
Frenzied Member
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
-
Mar 18th, 2005, 02:38 AM
#2
Thread Starter
Frenzied Member
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
-
Mar 18th, 2005, 09:40 AM
#3
Addicted Member
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|