var query = finalDT.Where(c =>!(c.CONCESSIONAIREID>= Convert.ToInt(fromConcessionaireid) && c.CONCESSIONAIREID<=toConcessionaireid));var myDataView = query.AsDataView();// if you want to databind...
Please remember to click "Mark as Answer" on this post if it helped you
Member
40 Points
111 Posts
How to Select in Data Table
Apr 17, 2014 05:25 AM|yogeshweb|LINK
Hi friends,
I have a data table which i want to filter using between .But I am not able to apply it properly
Please help.
I am trying the below code.
Contributor
2801 Points
708 Posts
Re: How to Select in Data Table
Apr 17, 2014 05:42 AM|itsmemuthu|LINK
You can use a Dataview..
Remember To Click On the Post That Helps U
Contributor
2320 Points
634 Posts
Re: How to Select in Data Table
Apr 18, 2014 10:20 AM|Illeris|LINK
http://illerisblog.wordpress.com/