combine three combo box to each other using linq to sql ...
Thank you
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Manas MohapatraPosted Jul 27, 2015, 7:54 AM
Upendra Pratap ShahiPosted Aug 3, 2015, 6:36 AM
Ankit ShuklaPosted Aug 3, 2015, 5:40 AM
Upendra Pratap ShahiPosted Aug 3, 2015, 4:41 AM
List<ListItem> itemList = ((from i in ddl1.Items.Cast<ListItem>()
foreach (var p in itemList)
{
}
Ankit ShuklaPosted Aug 3, 2015, 4:30 AM