📄 modifyinfo.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="ModifyInfo.aspx.cs" Inherits="BackDesk_Login_ModifyInfo" %>
<%@ Register Src="BBSFooter.ascx" TagName="BBSFooter" TagPrefix="uc2" %>
<%@ Register Src="../BrowseCard/BBSHeader.ascx" TagName="BBSHeader" TagPrefix="uc3" %>
<%@ Register Src="BBSHeader.ascx" TagName="BBSHeader" TagPrefix="uc1" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title>修改个人信息</title>
</head>
<body>
<form id="form1" runat="server">
<div>
</div>
<table style="width: 755px;" align="center" cellpadding="0" cellspacing="0">
<tr>
<td style="width: 755px;text-align: center; height: 138px;" align="center">
<uc3:BBSHeader ID="BBSHeader1" runat="server" />
</td>
</tr>
<tr>
<td style="width: 755px; background-image: url(../../Image/背景图.jpg); height: 365px;" align="center">
<table cellpadding="0" cellspacing="0">
<tr>
<td style="width: 53px">
</td>
<td style="width: 111px">
<asp:Label ID="labUserID" runat="server" Text="用户ID" Font-Size="9pt" Width="96px"></asp:Label></td>
<td style="width: 184px">
<asp:TextBox ID="txtUserID" runat="server" Font-Size="9pt" ReadOnly="true"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 53px">
</td>
<td style="width: 111px">
<asp:Label ID="labLoginName" runat="server" Text="用户登录名" Font-Size="9pt" Width="77px"></asp:Label></td>
<td style="width: 184px">
<asp:TextBox ID="txtLoginName" runat="server" Font-Size="9pt"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 53px">
</td>
<td style="width: 111px">
<asp:Label ID="labSex" runat="server" Text="性 别" Font-Size="9pt" Width="38px"></asp:Label></td>
<td style="width: 184px">
<asp:DropDownList ID="ddlSex" runat="server" Width="131px" Font-Size="9pt">
<asp:ListItem>男</asp:ListItem>
<asp:ListItem>女</asp:ListItem>
</asp:DropDownList></td>
</tr>
<tr>
<td style="width: 53px">
</td>
<td style="width: 111px">
<asp:Label ID="labPwd" runat="server" Text="密 码" Font-Size="9pt" Width="38px"></asp:Label></td>
<td style="width: 184px">
<asp:TextBox ID="txtPwd" runat="server" Font-Size="9pt" Width="128px"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 53px">
</td>
<td style="width: 111px">
<asp:Label ID="labTName" runat="server" Text="真实姓名" Font-Size="9pt" Width="64px"></asp:Label></td>
<td style="width: 184px">
<asp:TextBox ID="txtTName" runat="server" Font-Size="9pt"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 53px">
</td>
<td style="width: 111px">
<asp:Label ID="labQuePwd" runat="server" Text="密码问题" Font-Size="9pt" Width="60px"></asp:Label></td>
<td style="width: 184px">
<asp:TextBox ID="txtQuePwd" runat="server" Font-Size="9pt"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 53px">
</td>
<td style="width: 111px">
<asp:Label ID="labAnsPwd" runat="server" Text="密码提示答案" Font-Size="9pt" Width="120px"></asp:Label></td>
<td style="width: 184px">
<asp:TextBox ID="txtAnsPwd" runat="server" Font-Size="9pt"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 53px">
</td>
<td style="width: 111px">
<asp:Label ID="labTel" runat="server" Text="电 话" Font-Size="9pt"></asp:Label></td>
<td style="width: 184px">
<asp:TextBox ID="txtTel" runat="server" Font-Size="9pt"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 53px">
</td>
<td style="width: 111px">
<asp:Label ID="labEmail" runat="server" Text="Email地址" Font-Size="9pt" Width="55px"></asp:Label></td>
<td style="width: 184px">
<asp:TextBox ID="txtEmail" runat="server" Font-Size="9pt"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 53px">
</td>
<td style="width: 111px">
<asp:Label ID="labAddress" runat="server" Text="住 址" Font-Size="9pt"></asp:Label></td>
<td style="width: 184px">
<asp:TextBox ID="txtAddress" runat="server" Font-Size="9pt"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 53px">
</td>
<td style="width: 111px">
<asp:Label ID="labPostCode" runat="server" Text="邮 编" Font-Size="9pt"></asp:Label></td>
<td style="width: 184px">
<asp:TextBox ID="txtPostCode" runat="server" Font-Size="9pt"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 53px">
</td>
<td style="width: 111px">
<asp:Label ID="labQQ" runat="server" Text="QQ号" Font-Size="9pt"></asp:Label></td>
<td style="width: 184px">
<asp:TextBox ID="txtQQ" runat="server" Font-Size="9pt"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 53px">
</td>
<td style="width: 111px">
</td>
<td style="width: 184px">
<asp:Button ID="btnModify" runat="server" OnClick="btnModify_Click" Text="修改" Font-Size="9pt" />
<asp:Button ID="btnCancel" runat="server" OnClick="btnCancel_Click" Text="返回" Font-Size="9pt" /></td>
</tr>
</table>
</td>
</tr>
<tr>
<td style="width: 755px; text-align: center; height: 74px;" align="center">
<uc2:BBSFooter ID="BBSFooter1" runat="server" />
</td>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -