Repeater Paging in C# without post back (“asynchronous paging”) in Asp.net

Repeater Paging in C# without post back (“asynchronous paging”) in Asp.net

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.
< %# DataBinder.Eval(Container.DataItem,"Address") %>
< %# DataBinder.Eval(Container.DataItem, "ProductCategory")%>
< %# DataBinder.Eval(Container.DataItem, "BrandName")%>