Summary:
This article presents a way to implement paging by using LinkButton controls. With their use, ASP.NET automatically uses the ASP.NET JavaScript function __doPostBack for the anchor tags, causing a POST event for the entire form, thus enabling the Framework to maintain the state of the page when it is processed and sent back to the client. |