<%@ Page Language="C#" AutoEventWireup="true" CodeFile="ViewCOE.aspx.cs" Inherits="ViewCOE" %> <!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>Static View of Calendar of Events</title> <link href="styles/StyleSheet.css" rel="stylesheet" type="text/css" /> </head> <body> <form id="form1" runat="server"> <div> <asp:GridView ID="coeGridView" runat="server" Style="z-index: 100; left: 6px; position: absolute; top: 6px" ForeColor="#333333" CellPadding="2" BorderStyle="Inset" BorderWidth="1px" ShowFooter="True" > <HeaderStyle BackColor="#1F314F" ForeColor="White"/> <RowStyle BackColor="#F7F6F3" ForeColor="#333333" /> <AlternatingRowStyle BackColor="White" CssClass="oddRow" /> <FooterStyle BackColor="#1F314F" ForeColor="White" Font-Bold="True" /> </asp:GridView> </div> </form> </body> </html>