This one is really buggin' me.
I have a simple GridView:
Code:(asp:GridView ID="gvSiteCatalogs" runat="server" CellSpacing="-1" GridLines="None" DataKeyNames="ID" AutoGenerateColumns="False" onselectedindexchanged="gvSiteCatalogs_SelectedIndexChanged")etc......
This renders as:
Code:(table cellspacing="0" rules="all" border="1" id="p_gvSiteCatalogs" style="border-collapse:collapse;")etc......
I do not want border="1".
I can not get rid of border="1".
This is in the module admin.
WHY!!!