I have two Tables in my database
1)Countryddl
Countryid       Countryname
1                India
2                USA
3                Australia
2)stateddl
Stateid     Countryid     Statename
1           1             Delhi
2           1             Mumbai
3           2             New York
4           2             Chicago
5           3             Perth
6           3             Melbourne
I have two drop downs in view,
Then How to bind 1st table to 1st drop down and 2nd table to 2nd using countryid