⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 userdetail.ascx

📁 1.把"Web"文件夹内的文件拷贝到某个文件夹 2.在IIS中新建站点
💻 ASCX
字号:
<%@ Control Language="c#" AutoEventWireup="false" Codebehind="userdetail.ascx.cs" Inherits="BbsNet.Include.userdetail" TargetSchema="http://schemas.microsoft.com/intellisense/ie5" %>
<table class="a2" id="TABLE1" borderColor="#90b1c7" cellSpacing="1" cellPadding="1" width="760"
	align="center" border="0" runat="server">
	<TBODY>
		<tr class="a1" height="25">
			<td colSpan="2">
				<div align="center"><strong>用户详细资料</strong></div>
			</td>
		</tr>
		<tr>
			<td class="a3" width="40%" height="25">&nbsp;<STRONG>用户名:</STRONG></td>
			<td class="a6" width="60%">&nbsp;
				<%=username%>
			</td>
		</tr>
		<tr>
			<td class="a3" width="40%" height="25">&nbsp;<STRONG>性别:</STRONG></td>
			<td class="a6" width="60%">&nbsp;
				<%=sex%>
			</td>
		</tr>
		<tr>
			<td class="a3" width="40%" height="25">&nbsp;<STRONG>Email:</STRONG></td>
			<td class="a6" width="60%">&nbsp;
				<%=email%>
			</td>
		</tr>
		<tr>
			<td class="a3" style="HEIGHT: 31px" width="40%" height="25">&nbsp;<STRONG>个人主页:</STRONG></td>
			<td class="a6" style="HEIGHT: 31px" width="60%">&nbsp;
				<%=homepage%>
			</td>
		</tr>
		<tr>
			<td class="a3" width="40%" height="25">&nbsp;<STRONG>QQ号码:</STRONG></td>
			<td class="a6" width="60%">&nbsp;
				<%=qq%>
			</td>
		</tr>
		<tr>
			<td class="a3" width="40%" height="25">&nbsp;<STRONG>个性头像:</STRONG></td>
			<td class="a6" width="60%">&nbsp; <img src="<%=pimage%>"></td>
		</tr>
		<tr>
			<td class="a3" width="40%" height="25">&nbsp;
				<div>&nbsp;<STRONG>个性签名: </STRONG>
				</div>
			</td>
			<td class="a6" width="60%">&nbsp;
				<%=userdesign%>
			</td>
		</tr>
		<tr>
			<td class="a3" width="40%" height="25">&nbsp;
				<div align="right">&nbsp;</div>
			</td>
			<td class="a6" width="60%">&nbsp;&nbsp;&nbsp;&nbsp;
				<asp:button id="Button1" runat="server" Text="发送短信"></asp:button>&nbsp;&nbsp;
				<asp:TextBox id="TextBox1" Visible="False" runat="server" Width="96px"></asp:TextBox></td>
		</tr>
	</TBODY>
</table>
</TR></TBODY></TABLE>

⌨️ 快捷键说明

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