5 Cascading Dropdowns (Parent to Child and Child to Parent)

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Marknut
    New Member
    • Apr 2010
    • 42

    5 Cascading Dropdowns (Parent to Child and Child to Parent)

    Simple and blunt: my cascading dropdownlists clear when a postback occurs. Does anyone know a quick way around that?

    For more information, read on...

    I have 5 dropdown lists that define a training class location and line of business: Site, Parent Client, Client, Program, Project.

    I'm trying to build cascading dropdownlists that can work from any direction (i.e. select a site and all other lists are filtered by site...select a project and all other dropdown lists are filtered by project). I've built the SQL Select statement behind the lists that filters (accurately).
  • jhardman
    Recognized Expert Specialist
    • Jan 2007
    • 3405

    #2
    first please confirm that you are coding in ASP classic - VBScript.

    Jared

    Comment

    • Marknut
      New Member
      • Apr 2010
      • 42

      #3
      No, it's not the correct forum. I realized that right after I posted and reposted in asp.net.

      Comment

      Working...