?? 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>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -