Posted on: 2/9/2014 5:13:17 PM | Views : 576

Hello Gurus,
 I have posted my Code below. here the user control is loaded dynamically via jquery, 
how to implement paging via jquery, I have refered few sites but not sure how to implement in my scenario.
few of sites :
http://bunjeeb.com/2011/07/06/asp-net-grid-view-with-jquery-ajax-dynamic-load-for-ascx-html/
http://aspsolutionkirit.blogspot.in/2014/01/load-usercontrol-dynamically-using.html
My code below:
-----------------------
Aspx page
--------------------
<html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server"> <title></title> <script src="../Scripts/jquery-1.4.1.js" type="text/javascript"> ...

Go to the complete details ...