Answers and code snippets from ASP.NET projects (Webforms/MVC/Classic ASP)
string[] countrycode = null; countrycode = listofcountrycodes.Split(',');
dataSource.StateList.Where(s => countryCodes.Contains(s.CountryCode))
No comments:
Post a Comment