Hi!
I would be grateful be grateful if I get an answer to this problem......
I have 2 dropdownlists, one contains country names and the other contains states' names.
Now what I wish to do is that when i select a particular country from the first dropdownlist, its corresponding states should get filled up in the second dropdownlist.
This sounds very simple using Autopostback property, but what I wish is through Javascript.
That means, this should happen through javascript so that the page does not get refreshed........
Thanks