Repeater control numeric paging
Hi,
How to implement the numeric paging in Asp.Net Repeater control without postback.
Now I'm using Prev.. and Next.. linkbutton to navigate the page, when i click the linkbuttons the update panel page is postbacked why? And give some idea to implement numeric paging easily.