Category REPEATER
To implement paging in repeater control in .net that to without any post back i.e.asynchronously, can be occurred through the following manner.
The paging is Some thing like the below Structure.
Step 1:
In the aspx page just paste the follow code.
ScriptManager is used for asynchronous paging.
Read More