Please can any one tell me how to fill two dropdownlist in asp.net using ajax
I have two dropdownlist on form.
1st dropdownlist is fill with country.when i select country
the 2nd dropdownlist box should fill with state.
Please can any one tell me how to fill two dropdownlist in asp.net using ajax
I have two dropdownlist on form.
1st dropdownlist is fill with country.when i select country
the 2nd dropdownlist box should fill with state.
are you using any ajax framework..? .. you need to add conditional update on the second drop down.. it's pretty stright forward.. just play around with ajaxupdate panel
No i am not using ajax framework.