15
PCSWebApp3 HTML, page 6
l<br>
l      <br>
l      <asp:DataGrid Runat="server" ID="eventDetails1" BackColor="#FFFFC0"
l       Font-Size="Smaller" Font-Names="Arial" BorderStyle="Solid" BorderWidth="2px"
l        BorderColor="Gray" CellPadding="2" HorizontalAlign="Center" AutoGenerateColumns="False">
l        <HeaderStyle Font-Size="Small" Font-Names="Arial" Font-Bold="True"
l         HorizontalAlign="Center" VerticalAlign="Middle"></HeaderStyle>
l        <Columns>
l          <asp:BoundColumn DataField="ID" HeaderText="Event ID">
l            <ItemStyle HorizontalAlign="Right"></ItemStyle>
l          </asp:BoundColumn>
l          <asp:BoundColumn DataField="Room" HeaderText="Room">
l            <ItemStyle HorizontalAlign="Right"></ItemStyle>
l          </asp:BoundColumn>
l          <asp:BoundColumn DataField="AttendeeList" HeaderText="Attendee List">
l            <ItemStyle HorizontalAlign="Left"></ItemStyle>
l          </asp:BoundColumn>
l          <asp:BoundColumn DataField="EventDate" HeaderText="Event Date">
l            <ItemStyle Wrap="False" HorizontalAlign="Left"></ItemStyle>
l          </asp:BoundColumn>
l        </Columns>
l      </asp:DataGrid></form>
l  </body>
l</HTML>
l