Can any one Help me with Linked List Boxes

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Vini171285
    New Member
    • Apr 2008
    • 60

    Can any one Help me with Linked List Boxes

    Hi
    i m having a list box and depending on selection of that list box values of other list box should change
    Can anyone help??
    Thanx..
  • jeffstl
    Recognized Expert Contributor
    • Feb 2008
    • 432

    #2
    Originally posted by Vini171285
    Hi
    i m having a list box and depending on selection of that list box values of other list box should change
    Can anyone help??
    Thanx..
    If you need this to happen on client side (instantly changing the values of the drop down after a user selects) you need to use javascript.

    If you want to submit it to an asp page then you just get the form value selected on the next page and have a select case or a query to determine the population of the next list box.

    Here is a post I just did yesterday on this same topic

    Changing combo\list box values onChange

    Comment

    Working...