Programming Journal C#, Java, SQL and to a lesser extent HTML, CSS, XML, and regex. I made this so other programmers could benefit from my experience.

Saturday, August 15, 2009

Rid Grid Lines or Borders in a GridView

Here is how to get rid of Grid lines or borders in a GridView:


<asp:GridView ID="GridView1" GridLines=None runat="server">
</asp:GridView>


References: http://forums.asp.net/t/1134618.aspx

No comments: