By tag: CTE
0
kicks
True data paging the Telerik RadGrid
Using the Telerik RadGrid and SQL Server Common Table Expressions (CTE) for true data paging.
0
kicks
SQL 2005 Server Side Paging using CTE (Common Table Expression)
When a application want to show the result from an SQL-query as a paged view, i.e. showing ten or fifteen result on first page, then have a "next" function to show the next page of results.
To minimize traffic over the network, it is best practice to do the paging on the SQL-server, so ...