Quantcast
Channel: ASPSnippets RSS Feed
Viewing all articles
Browse latest Browse all 4772

Custom Paging in GridView using jQuery AJAX in ASP.Net

$
0
0
Here Mudassar Ahmed Khan has explained with an example, how to perform custom Paging in GridView using jQuery AJAX in ASP.Net with C# and VB.Net. Custom Paging will be performed within Database using SQL Server Row_Number function and only the records for the requested Page will be sent to the jQuery function using AJAX. Later using jQuery, the fetched records will be used to populate the GridView on Client Side.

Viewing all articles
Browse latest Browse all 4772

Trending Articles