Web /html control- asp.net for a 2dimensional select pulldown

  • Thread starter Thread starter cgplays.com
  • Start date Start date
C

cgplays.com

Are there any good places to look for asp.net modules for select
pulldowns? There is a select pulldown on a site i do partial
development on http://www.computergroupplays.com/fb-pres4.asp that has
a 2 dimensional select pulldown, where the third input box gets filled
with the items that match what a user selects in the 2nd pulldown. I
want to find a web control module, or perhaps a good tutorial , that
can do this.

Mucho thanks for any help
zsports
 
I tried for a long time to get it to work. In the end I just used HTML
controls. As you may have discovered, you sort of need to post back after
selectIndexChange event from the first drop down, but then it gets difficult
from there. HTML Controls with data stored in client side XML saved in the
view state seemed to work best. I only post this no answer as it seems you
did not get much feedback as of yet.

Jim
 
Back
Top