G
Guest
Hi,
I have 2 dropdown lists on an ASP.Net page, the first is a list of states of
US, the second is City list. When user selects a state, the web page does a
postback, create a DB connection and bind a dataset to city dropdown list.
This is working for me.
But I would like to do this on the client side for the following reasons:
(1) Doing this on server side takes time, the postback and connecting to DB
costs too much.
(2) Screen flickers and will not stay in the same position during postback.
Imagine this is a bit lengthy page, and the drop down lists are in the
middle of the page, user has to do some scrolliing. I don't want to use smart
navigation, it's buggy.
Please help!
I have 2 dropdown lists on an ASP.Net page, the first is a list of states of
US, the second is City list. When user selects a state, the web page does a
postback, create a DB connection and bind a dataset to city dropdown list.
This is working for me.
But I would like to do this on the client side for the following reasons:
(1) Doing this on server side takes time, the postback and connecting to DB
costs too much.
(2) Screen flickers and will not stay in the same position during postback.
Imagine this is a bit lengthy page, and the drop down lists are in the
middle of the page, user has to do some scrolliing. I don't want to use smart
navigation, it's buggy.
Please help!