CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Guest

    Urgent:Populating Values based on the Selection

    Hi,
    I am developing an ASP page using VBScript & Javascript(Client side).
    I have three combo boxes in my page.Say Region,Country & City.
    I have to populate the values in the Country and City combo boxes,
    based on the selection.The Client side event handling should
    be done using JavaScript.
    Can anyone send me the Sample code?
    Thanx in Advance.

    Regards,
    Sam


  2. #2
    Join Date
    Feb 2000
    Location
    Indiana
    Posts
    308

    Re: Urgent:Populating Values based on the Selection


  3. #3
    Guest

    Re: Urgent:Populating Values based on the Selection

    Hi,
    Thanks for your information.I checked the site.
    But I want to load the values initially from the database.i.e. first all
    the values from the database should be stored in the Client side arrays
    with relationship.After that,based on the selection I want to populate.
    If possible,give me some idea.
    Thanks!
    Sam


  4. #4
    Join Date
    Feb 2000
    Location
    Indiana
    Posts
    308

    Re: Urgent:Populating Values based on the Selection

    Sam, the first link on the page I sent you does exactly that. It reads the values in from a database and writes the javascript functions to performing the linking.


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

Featured