Portfolio


Friday, June 17, 2011

ASP.Net AJAX Simple Paging System Using JQuery

Assalam-o-Alikum..
For the past few days I was googling to find some paging control for my ASP.net website.. I really found some cool and interesting paging controls/system but none of them were easy for a beginner like me :) So after reading so many articles and working with AJAX-Less Paging Controls, I've come up with my own Asp.Net Ajax Paging Control.. Its really simple but NOT an optimistic approach.. You guys can use it as RnD or in small websites but for Larger Sites I suppose JQuery based JSON Paging would be a better solution.

Im breaking my post in following parts

  • How Paging Works
  • Creating our PAgeing Control
  • Applying AJAX
  • Some jQuery