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

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • cgplays.com

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

    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
  • Jim Mitchell

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

    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
    selectIndexChan ge 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

    "cgplays.co m" <zsports@canada .com> wrote in message
    news:ea49d088.0 309042300.35da8 5a2@posting.goo gle.com...[color=blue]
    > 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[/color]


    Comment

    Working...