Here my query
var ddlPCName = (from r in CAR.AsEnumerable() select r["Name"]).Distinct().ToList();
i am trying to apply orderby but its going to failed.
please help me to solve this issue.
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.
Jaish MathewsPosted Jul 29, 2018, 3:12 AM
Ayush PatilPosted Jul 29, 2018, 2:26 AM
Jaish MathewsPosted Jul 29, 2018, 1:42 AM