Hi All,
I have five DropDownList box in my page,and the first DropDownList is fetching data from a databse table in page load.When I select an item from the first DropDownList,four other DropDownList will be populated with the corresponding data from the database table as per the the selection of an item from the first DropDownList.Now I have to click a button on the same page which will go to another page having a TreeView control in it.The TreeView control will be populated with data from a database table as per the selection of item in the previous page first DropDownList.
How can I do this.Plz Help
Thanks and regards
Manojsa