Q
Q. John Chen
I have two dropdownlist controls. ddlCountry and ddlState.
Say that ddlCountry has items United States and Canada, I want only
list US states if United States is selected and Canadian provices if
Canada.
It's simple to do it on the server but how can I do it ON CLIENT SIDE
with JavaScript.
Say that ddlCountry has items United States and Canada, I want only
list US states if United States is selected and Canadian provices if
Canada.
It's simple to do it on the server but how can I do it ON CLIENT SIDE
with JavaScript.