dynamic dropdownlist
-
i have 3 dropdown list and a "school table" whiah has 3 category: name ;board;location. if i select "school" in 1st dropdownlist then those two category(board & location) will be displayed in other two dropdownlist. i'm using SQL 2000 and VS 2005
gfh
-
i have 3 dropdown list and a "school table" whiah has 3 category: name ;board;location. if i select "school" in 1st dropdownlist then those two category(board & location) will be displayed in other two dropdownlist. i'm using SQL 2000 and VS 2005
gfh
Hi, its really very simple. For that you have to set Autopostback porperty of first 2 dropdown to True. Now onselected index changed event of dropdown get data appropriate to selected item in dropdown.. Try... its really easy...
Thanks, Sun Rays To get something you must have to try once. My Articles
-
i have 3 dropdown list and a "school table" whiah has 3 category: name ;board;location. if i select "school" in 1st dropdownlist then those two category(board & location) will be displayed in other two dropdownlist. i'm using SQL 2000 and VS 2005
gfh