<asp:ScriptManager ID="ScriptManager1" runat="server"></asp:ScriptManager>
<asp:UpdatePanel ID="UpdatePanel1" runat="server">
<ContentTemplate>
<asp:GridView ID="GVacct" runat="server" AutoGenerateColumns="false" AutoGenerateSelectButton="True" CellPadding="4" ForeColor="#333333" GridLines="None" Height="200px" style="text-align: center" Width="636px" OnSelectedIndexChanged="GVacct_SelectedIndexChanged" AllowPaging="True" PageSize="5">
<AlternatingRowStyle BackColor="White" />
<EditRowStyle BackColor="#7C6F57" />
<FooterStyle BackColor="#1C5E55" Font-Bold="True" ForeColor="White" />
<HeaderStyle Ba ...
Go to the complete details ...