📄 messagewholly.aspx
字号:
<%@ Register TagPrefix="uc1" TagName="DataGridNavigation" Src="../UserControls/DataGridNavigation.ascx" %>
<%@ Page language="c#" Codebehind="messagewholly.aspx.cs" AutoEventWireup="false" Inherits="OI.message.messagewholly" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML>
<HEAD>
<title>Untitled Document</title>
<meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">
<meta content="C#" name="CODE_LANGUAGE">
<meta content="JavaScript" name="vs_defaultClientScript">
<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
<style type="text/css"> @import url( ../test.css ); </style>
</HEAD>
<body>
<form id="Form1" runat="server">
<table width="100%" border="0" class="tableframe">
<tr>
<td bgcolor="#fbe3b5" class="titlebar"><img src="../images/file3.gif" width="20" height="16"> 消息管理器</td>
</tr>
</table>
<table width="100%" border="1" align="center" cellpadding="0" cellspacing="0" class="tableframe">
<!--DWLayoutTable-->
<tr>
<td colspan="4" valign="top">
<asp:DataGrid id="dg" runat="server" AutoGenerateColumns="False" Width="100%">
<AlternatingItemStyle BackColor="FloralWhite"></AlternatingItemStyle>
<HeaderStyle BackColor="LightGoldenrodYellow"></HeaderStyle>
<Columns>
<asp:BoundColumn Visible="False" DataField="MessageId"></asp:BoundColumn>
<asp:TemplateColumn ItemStyle-HorizontalAlign="Center">
<ItemStyle></ItemStyle>
<ItemTemplate>
<FONT face="宋体">
<asp:CheckBox id="checkdel" runat="server"></asp:CheckBox></FONT>
</ItemTemplate>
</asp:TemplateColumn>
<asp:BoundColumn DataField="MessageContent" HeaderText="内 容">
<HeaderStyle></HeaderStyle>
<ItemStyle></ItemStyle>
</asp:BoundColumn>
<asp:BoundColumn DataField="username" HeaderText="发 送 人">
<HeaderStyle></HeaderStyle>
<ItemStyle></ItemStyle>
</asp:BoundColumn>
<asp:BoundColumn DataField="SendTime" HeaderText="发送日期">
<HeaderStyle></HeaderStyle>
<ItemStyle></ItemStyle>
</asp:BoundColumn>
</Columns>
</asp:DataGrid>
</td>
</tr>
<tr>
<td colspan="4" valign="top">
<uc1:DataGridNavigation id="divepage" runat="server"></uc1:DataGridNavigation>
</td>
</tr>
</table>
<table width="50%" border="0" align="center">
<tr>
<td width="16%" height="29"><TABLE width="63" border="0" align="center" cellPadding="0" cellSpacing="0">
<TR>
<TD width="5"><IMG src="../images/button_left.gif" width="5" height="21" border="0"></TD>
<TD width="35" noWrap background="../images/button_bg.gif" class="button">
<asp:LinkButton id="Linkdels" runat="server">删 除</asp:LinkButton></TD>
<TD width="10"><IMG src="../images/button_right.gif" width="5" height="21" border="0"></TD>
<TD width="12">
</TD>
</TR>
</TABLE>
</td>
</tr>
</table>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -