i have a gridview i wish to style without borders but whenever i use the control asp.net adds in the attribute rules="all" i've tried overriding in on the control like so:
<asp:GridView ID="GridView1" runat="server" rules="none">
but this doesn't work either