commentdatview.ascx

来自「该项目中对 SQLHelper 类进行了简单封装」· ASCX 代码 · 共 34 行

ASCX
34
字号
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="CommentDatView.ascx.cs"
	Inherits="NET.AfritXia.MyHome.HomeStart.PageCtrls.MsgView.CommentDatView" %>
<%--
// 
// CommentDatView.ascx @Microsoft Visual Studio 2008 <.NET Framework 3.5, HTML 4.0>
// AfritXia
// 2008-01-28
// 
// Copyright(c) http://www.AfritXia.NET/
// 
//--%>
<table width="90%" align="center">
	<tr>
		<td>
			<table cellpadding="0" cellspacing="0" width="100%">
				<tr>
					<td>
						<asp:Label runat="server" ID="m_aspPostTimeLab" SkinID="CommentDatView.PostTimeLab" Formatter="yyyy\/MM\/dd HH:mm" />,&nbsp;&nbsp;
						<asp:Label runat="server" ID="m_aspPostUserLab" SkinID="CommentDatView.PostUserLab" />
					</td>
					<td align="right">
						id.
						<asp:Label runat="server" ID="m_aspCommentUIDLab" SkinID="CommentDatView.CommentUIDLab" />
					</td>
				</tr>
			</table>
		</td>
	</tr>
	<tr>
		<td class="TextContent">
			<asp:Label runat="server" ID="m_aspTextContentLab" SkinID="CommentDatView.TextContentLab" />
		</td>
	</tr>
</table>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?