ViewMeetingState.aspx
上传用户:tree100901
上传日期:2007-06-03
资源大小:2295k
文件大小:1k
源码类别:

OA系统

开发平台:

C#

  1. <%@ Page language="c#" Codebehind="ViewMeetingState.aspx.cs" AutoEventWireup="false" Inherits="OA.ViewMeetingState" %>
  2. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
  3. <HTML>
  4. <HEAD>
  5. <title>安泰自动办公系统</title>
  6. <style type="text/css">TABLE { FONT-SIZE: 9pt }
  7. BODY { FONT-SIZE: 9pt }
  8. </style>
  9. <meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1">
  10. <meta name="CODE_LANGUAGE" Content="C#">
  11. <meta name="vs_defaultClientScript" content="JavaScript">
  12. <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
  13. </HEAD>
  14. <body topmargin="1" leftmargin="1"  oncontextmenu='return false'>
  15. <form id="Form1" method="post" runat="server">
  16. <asp:DataGrid id="MyDataGrid" runat="server" CellPadding="1" CellSpacing="1" Width="192px" BorderColor="Silver"
  17. BorderStyle="None">
  18. <AlternatingItemStyle BackColor="AliceBlue"></AlternatingItemStyle>
  19. <HeaderStyle Font-Bold="True" HorizontalAlign="Center" ForeColor="White" BorderStyle="Outset"
  20. BackColor="Desktop"></HeaderStyle>
  21. </asp:DataGrid>
  22. </form>
  23. </body>
  24. </HTML>