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
Loading
Guest UserPosted Aug 18, 2014, 11:00 AM
jothi kumarPosted Aug 13, 2014, 1:20 AM
Guest UserPosted Aug 12, 2014, 11:14 PM
jothi kumarPosted Aug 12, 2014, 2:57 AM
Guest UserPosted Aug 12, 2014, 2:22 AM
this is common problem to solve, there is good blog and
http://www.c-sharpcorner.com/uploadfile/rohatash/dropdownlist-with-country-state-and-city-in-asp-net/
once you do that using regular sql then we can convert using LINQ