Results 1 to 5 of 5

Thread: [RESOLVED] can you bind an dropdownlist to a constant array?

Threaded View

  1. #1

    Thread Starter
    Fanatic Member drpcken's Avatar
    Join Date
    Apr 2004
    Location
    devenv
    Posts
    591

    Resolved [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
  •  



Click Here to Expand Forum to Full Width