|
-
Oct 18th, 2005, 05:37 PM
#1
Thread Starter
Fanatic Member
[RESOLVED] can you bind an dropdownlist to a constant array?
I have a dropdownlist in my web form that will have dynamic content based on the selecteditem of ANOTHER dropdownlist on the same page.
I was wondering if I can bind this dynamic dropdownlist to an array that will always be constant (i'll have many of these constant arrays, but they all will have different data). I figured out how to bind it to an ArrayList but i'm not sure if that will work because i don't know whatthe value of the SelectedIndex will be if I just fill the dropdown list with an ArrayList.
Hope this makes sense. Thanks for your help!
Last edited by drpcken; Oct 21st, 2005 at 05:57 PM.
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
|