Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
<asp:FormView ID="FormView1" runat="server" AllowPaging="True" DataKeyNames="CompanyID" DataSourceID="SqlDataSource1">
<PagerSettings Mode="NextPrevious" />
<PagerTemplate>
<asp:Button ID="Button3" runat="server" CommandArgument="Prev" CommandName="Page"
Text="back" />
<asp:Button ID="Button4" runat="server" CommandArgument="Next" CommandName="Page"
OnClick="Button4_Click" Text="fwd" />
</PagerTemplate>