info.ascx

来自「采用微软力推的ASP.Net(C#)编写而成的烁空网络课堂系统」· ASCX 代码 · 共 54 行

ASCX
54
字号
<%@ Control Language="c#" AutoEventWireup="false" Codebehind="Info.ascx.cs" Inherits="Socut_Ver3.xx.User.Info" TargetSchema="http://schemas.microsoft.com/intellisense/ie5"%>
<table width="90%" border="0" align="center" cellpadding="3" cellspacing="0" class="fontContent">
	<tr>
		<td><p><FONT face="宋体"></FONT>
				<br>
				个性签名:<BR>
				<asp:Label id="UnderWrite" runat="server" Width="144px">Label</asp:Label><FONT face="宋体"><BR>
				</FONT>
				<BR>
				<asp:Label id="MSG" runat="server">Label</asp:Label>
				<br>
			</p>
		</td>
		<td>
			<asp:Label id="Face" runat="server">Label</asp:Label><BR>
			学名:
			<asp:Label id="Name" runat="server">Label</asp:Label><BR>
			身份:
			<asp:Label id="VIPShow" runat="server">Label</asp:Label>
			<BR>
			<BR>
			— 个人属性 —<BR>
			ID数:
			<asp:Label id="UserID" runat="server">Label</asp:Label><BR>
			注册:
			<asp:Label id="RegTime" runat="server">Label</asp:Label><BR>
			性别:
			<asp:Label id="Sex" runat="server">Label</asp:Label><BR>
			发帖:
			<asp:Label id="PostNum" runat="server">Label</asp:Label><BR>
			<BR>
			—&nbsp;登陆情况 —<BR>
			次数统计:
			<asp:Label id="LLoginNum" runat="server">Label</asp:Label><BR>
			最后地址:
			<asp:Label id="LLastIP" runat="server">Label</asp:Label><BR>
			最后时间:
			<asp:Label id="LLastTime" runat="server">Label</asp:Label><BR>
			<BR>
			— 联系方法 —<BR>
			城市:
			<asp:Label id="City" runat="server">你无权查看</asp:Label><BR>
			Q Q&nbsp;:
			<asp:Label id="QQ" runat="server">你无权查看</asp:Label><BR>
			ICQ :
			<asp:Label id="ICQ" runat="server">你无权查看</asp:Label>
			<BR>
			邮箱:
			<asp:Label id="Email" runat="server">你无权查看</asp:Label><BR>
			主页:
			<asp:Label id="HomePage" runat="server">你无权查看</asp:Label></td>
	</tr>
</table>

⌨️ 快捷键说明

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