1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Dynamically populating a dropdownlist from other dropdownlist

Discussion in 'C#' started by sateesh_pogula, Oct 6, 2006.

  1. #1
    Hi everybody,

    I hav two tables in which one table consists (ID and description) and 2nd table consists (Id,1stable ID,description) and in the front end i am taking 2 dropdown boxes in which 1st box consists the first table decsription, and on selecting the description in the first box the 2nd box must display all the descriptions of secondtable which belongs to selected firsttable description.

    Plz help me out... it is urgent

    Thanks
    Sateesh
     
    sateesh_pogula, Oct 6, 2006 IP
  2. Free Born John

    Free Born John Guest

    Messages:
    111
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #2
    in the onclick event for the first box put code to rebuild the second box based on the id of the selecteditem from the firstbox
     
    Free Born John, Oct 7, 2006 IP