how to select state and automatically populated city using l
hi to all,
Here i have dropdown for state and city using model. but now i want populate city as per state selection.Can anybody help me.Here im using linq so kindly help me Here im using database table
Description:-
For state Stateid ->Primarykey,statename
For city Cityid->primary key, City-name , StateId->foreign key
Can anybody help me how to populate city as per state name using LINQ