HI
i have gridview in my page
i don't want show header in my gridview i search all property of this control but i didn't find anything
thanks alot
ASP.Net GridView has a property ShowHeader. Set it to false
<asp:GridView ID="GridView1" ShowHeader = "false" >
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.