Pages - Menu

sarvesh kushwaha

Thursday, 13 September 2012

Effective Paging Using Linq (Sample Code)

Binding Grid view (or any other data control ) is very easy using LINQ . It is very efficient though ,Linq two Operators Skip and Take made this task very easy .

how we achieved effective paging from linq on server side ?