Dropdownlist in a repeater
-
I have a repeater with two dropdownlist in it. I created the ddl in HTML. I have fields in a SQL table. Field1 populates ddl1 and field2 populates ddl2. This is what i want to do: I want to make a selection in ddl1 and depending on what i have selected, ddl2 should be populated. Please help,
-
I have a repeater with two dropdownlist in it. I created the ddl in HTML. I have fields in a SQL table. Field1 populates ddl1 and field2 populates ddl2. This is what i want to do: I want to make a selection in ddl1 and depending on what i have selected, ddl2 should be populated. Please help,
You need to use server controls to do this, so they can postback, or you need to write AJAX code to do it for you.
Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )