ViewMessageState.aspx
资源名称:OA_at.rar [点击查看]
上传用户:tree100901
上传日期:2007-06-03
资源大小:2295k
文件大小:1k
源码类别:
OA系统
开发平台:
C#
- <%@ Page language="c#" Codebehind="ViewMessageState.aspx.cs" AutoEventWireup="false" Inherits="OA.ViewMessageState1" %>
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
- <HTML>
- <HEAD>
- <title>安泰自动办公系统</title>
- <style type="text/css">TABLE { FONT-SIZE: 9pt }
- BODY { FONT-SIZE: 9pt }
- </style>
- <meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1">
- <meta name="CODE_LANGUAGE" Content="C#">
- <meta name="vs_defaultClientScript" content="JavaScript">
- <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
- </HEAD>
- <body topmargin="1" leftmargin="1" oncontextmenu='return false'>
- <form id="Form1" method="post" runat="server">
- <asp:DataGrid id="MyDataGrid" runat="server" CellPadding="1" CellSpacing="1" Width="192px" BorderColor="Silver"
- BorderStyle="None">
- <AlternatingItemStyle BackColor="AliceBlue"></AlternatingItemStyle>
- <HeaderStyle Font-Bold="True" HorizontalAlign="Center" ForeColor="White" BorderStyle="Outset"
- BackColor="Desktop"></HeaderStyle>
- </asp:DataGrid>
- </form>
- </body>
- </HTML>