Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Multi select combo
Message
From
08/02/2011 08:55:34
 
 
To
08/02/2011 08:14:46
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
01499172
Message ID:
01499177
Views:
32
>HI
>
>I have a combo on an asp web page that allows multi selectino. The combo is populated from a sql TABEL
>
>I want a second combo that can have different content depending on the first. Where is the best place to put the code that populates the second combo.
>
>Also changing the second combo may have to affect the contents of the first (if that makes sense)
>
>Thanks

Hi,
Exactly what control is that? AFAIR there is no ASP.NET combo. There's the DropDownList (but that doesn't support multi-select) or the ListBox.
IAC if you are allowing multi-selection I wouldn't think AutoPostBack would be a good idea. So unless you're using AJAX or something on the browser you'll probably need a 'Submit' or 'Refresh' button.
Other option is to handle the whole thing in Javascript on the client but I don't know how viable that would be for you.
Or you could use Silverlight :-}
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform