Posted on: 3/16/2014 5:36:38 PM | Views : 391

Hi
I have a Gridview inside a asp:panel , but not work the show and hide with jquery, therefore use update panel by hide the panel..
Do this?

My code html: 
<asp:Panel ID="pnlContactos" runat="server"> <asp:GridView ID="dgvContactos" runat="server" AlternatingRowStyle-CssClass="alt" AutoGenerateColumns="False" CellPadding="2" CssClass="mGrid" DataKeyNames="ContactoId" EmptyDataText="No existen Contactos para Mostrar" HeaderStyle-HorizontalAlign="Center" OnRowDataBound="dgvContactos_RowDataBound" PagerStyle-CssClass="pgr" RowStyle-HorizontalAlign="Center" ShowHeaderWhenEmpty="True" Width="100%"> <AlternatingRowStyle CssClass="alt" /> <Columns> <asp:BoundF ...

Go to the complete details ...