How to hide template column in gridview
-
I want to hide template column in gridview. how can i do it. plz help me.
-
I want to hide template column in gridview. how can i do it. plz help me.
make templatefield visible =false; like asp:templatefield visible="false" itemtemplate asp:label id="lblraj" runat="server" style="visibility: hidden;" itemtemplate asp:templatefield try this
-
I want to hide template column in gridview. how can i do it. plz help me.
-
This is Hide for Design Time. <asp:TemplateField HeaderText="Header Text" visible="false"> ... </asp:TemplateField> If U want to hide column in design time. For example, you want to hide first column. GridViewName.Column[0].Visible = false;
Thanks YeHtut. Its done now
-
make templatefield visible =false; like asp:templatefield visible="false" itemtemplate asp:label id="lblraj" runat="server" style="visibility: hidden;" itemtemplate asp:templatefield try this
Thanks for reply.
-
Thanks for reply.
welcome...lz dont ask simple questions...that and all you can get from google....bye