<%@ Page Language="VB" AutoEventWireup="false" CodeFile="Default15.aspx.vb" Inherits="Default15" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server"> <title></title> <style> .NoGridLines td {border-style: none;} </style> </head> <body> <form id="form1" runat="server"> <div> <asp:GridView ID="GridView1" runat="server" CssClass="NoGridLines"></asp:GridView> </div> </form> </body> </html>
Comment