index.aspx 480 B

12345678910111213141516
  1. <%@ Page language="c#" src="./index.aspx.cs" Inherits="test.SimplePage" AutoEventWireup="false"%>
  2. <html>
  3. <head>
  4. </head>
  5. <body>
  6. <asp:DataGrid id="testGrid" runat="server" AutoGenerateColumns="true" CellPadding="5"
  7. HeaderStyle-BackColor="PapayaWhip" BorderWidth="2px" BorderColor="#000099"
  8. AlternatingItemStyle-BackColor="LightGray" HeaderStyle-Font-Bold
  9. EditItemStyle-BackColor="Yellow" EditItemStyle-ForeColor="Black" DataKeyField="id">
  10. </asp:DataGrid>
  11. </body>
  12. </html>