in our asp.net web application, in many pages required country,state and city (which stores in sql server database)
for which i use 3 dropdown for each.
now when i put these dropdown in 3 different update panel particular dropdown refresh .
now i want when request come for particular web page, all the information (country,states,cities) given to browser and in dropdown when i select any country according to that state dropdown gets value,but through javascript only (even i dont want to use ajax)
how can i achive this thing.
thanks