userdetail.ascx
来自「1.把"Web"文件夹内的文件拷贝到某个文件夹 2.在IIS中新建站点」· ASCX 代码 · 共 64 行
ASCX
64 行
<%@ 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"> <STRONG>用户名:</STRONG></td>
<td class="a6" width="60%">
<%=username%>
</td>
</tr>
<tr>
<td class="a3" width="40%" height="25"> <STRONG>性别:</STRONG></td>
<td class="a6" width="60%">
<%=sex%>
</td>
</tr>
<tr>
<td class="a3" width="40%" height="25"> <STRONG>Email:</STRONG></td>
<td class="a6" width="60%">
<%=email%>
</td>
</tr>
<tr>
<td class="a3" style="HEIGHT: 31px" width="40%" height="25"> <STRONG>个人主页:</STRONG></td>
<td class="a6" style="HEIGHT: 31px" width="60%">
<%=homepage%>
</td>
</tr>
<tr>
<td class="a3" width="40%" height="25"> <STRONG>QQ号码:</STRONG></td>
<td class="a6" width="60%">
<%=qq%>
</td>
</tr>
<tr>
<td class="a3" width="40%" height="25"> <STRONG>个性头像:</STRONG></td>
<td class="a6" width="60%"> <img src="<%=pimage%>"></td>
</tr>
<tr>
<td class="a3" width="40%" height="25">
<div> <STRONG>个性签名: </STRONG>
</div>
</td>
<td class="a6" width="60%">
<%=userdesign%>
</td>
</tr>
<tr>
<td class="a3" width="40%" height="25">
<div align="right"> </div>
</td>
<td class="a6" width="60%">
<asp:button id="Button1" runat="server" Text="发送短信"></asp:button>
<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 + =
减小字号Ctrl + -
显示快捷键?