0
kicks
How to get N row from datatable in C#
Recently one of my friend was needed only first three rows of data table and so he asked me and I have multiple solutions for that. So thought it would be great idea to share with you guys.
Possible Solutions to problem:
There are two ways to solve this problem.
With normal for loop
With lamda expression and linq