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