create child dropdownlist
-
hello i m creating a dropdownlist binded from database... now i m having a link to Add More to add more dropdownlist these dropdownlist are having their option from database...i successfully done that but on change event of dropdownlist i want to create child dropdownlist binded from database... u can see the example here[^] please tell me how to solve this problem...the first dropdownlist displays category and the second one subcategory....
-
hello i m creating a dropdownlist binded from database... now i m having a link to Add More to add more dropdownlist these dropdownlist are having their option from database...i successfully done that but on change event of dropdownlist i want to create child dropdownlist binded from database... u can see the example here[^] please tell me how to solve this problem...the first dropdownlist displays category and the second one subcategory....
Hi, u can do this way Bind the child DropDown list in the Selectedindex changing event of the parent DropDown list Try and let me know the result happy coding
-
Hi, u can do this way Bind the child DropDown list in the Selectedindex changing event of the parent DropDown list Try and let me know the result happy coding
The reply given by Sunitha is right. But with this do take care that you write your code in If(!Page.IsPostBack) while filling the first dropdown on page load.
-
Hi, u can do this way Bind the child DropDown list in the Selectedindex changing event of the parent DropDown list Try and let me know the result happy coding