Dynamic Dropdown
Hi,
Again, for my ASP Project...i need this...now its dropdown based on the selected options.....
There will be 2 select options (dropdown)
1. Country
2. States
In the first Dropdown i have the field Country (data received from database) & when the users selects the country the corresponding Dropdown states (this is also from the database)
should be displayed.
For E.G.
Country - displays - INDIA, JAPAN, USA, UK & if the user selects INDIA
States - should display - TN, AP, MP, UP.
Could you help me with the coding plz.
Regards,
BullsB
|