📄 modifyuser.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="modifyuser.aspx.cs" Inherits="modifyuser" %>
<!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 style="background-image: url(picture/back.jpg)">
<table style="width: 451px">
<tr>
<td colspan="3" style="height: 16px; width: 449px;" align="left">
<asp:Button ID="Button5" runat="server" BackColor="White" BorderColor="#8080FF" BorderStyle="Dotted"
ForeColor="#0000C0" OnClick="Button5_Click" Text="进入商城" Width="104px" />
你好!<asp:Label ID="Label5"
runat="server" Text="Label" Width="71px"></asp:Label></td>
</tr>
<tr>
<td colspan="3" style="height: 21px; width: 449px;">
<asp:GridView ID="GridView1" runat="server" BackColor="#DEBA84" BorderColor="#DEBA84"
BorderStyle="None" BorderWidth="1px" CellPadding="3" CellSpacing="2" Width="446px">
<FooterStyle BackColor="#F7DFB5" ForeColor="#8C4510" />
<RowStyle BackColor="#FFF7E7" ForeColor="#8C4510" />
<SelectedRowStyle BackColor="#738A9C" Font-Bold="True" ForeColor="White" />
<PagerStyle ForeColor="#8C4510" HorizontalAlign="Center" />
<HeaderStyle BackColor="#A55129" Font-Bold="True" ForeColor="White" />
</asp:GridView>
<asp:Button ID="Button1" runat="server" Text="修改资料" Width="131px" OnClick="Button1_Click" />
<asp:Button ID="Button4" runat="server" OnClick="Button4_Click" Text="取消" Width="144px" />
<asp:Button ID="Button6" runat="server" OnClick="Button6_Click" Text="安全退出" /></td>
</tr>
<tr>
<td colspan="3" style="width: 449px">
<asp:Panel ID="Panel1" runat="server" Height="300px" HorizontalAlign="Center" Width="425px" Font-Overline="False">
<table style="width: 150px">
<tr>
<td style="width: 137px; height: 26px; border-top-style: double; border-right-style: double; border-left-style: double; border-bottom-style: double;">
<asp:Label ID="Label1" runat="server" Text="用户名:" Width="110px"></asp:Label></td>
<td colspan="2" style="width: 137px; height: 26px; border-top-style: double; border-right-style: double; border-left-style: double; border-bottom-style: double;">
<asp:TextBox ID="TextBox1" runat="server"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 137px; border-top-style: double; border-right-style: double; border-left-style: double; height: 26px; border-bottom-style: double;">
<asp:Label ID="Label2" runat="server" Text="密码:" Width="114px"></asp:Label></td>
<td colspan="2" style="width: 137px; border-top-style: double; border-right-style: double; border-left-style: double; height: 26px; border-bottom-style: double;">
<asp:TextBox ID="TextBox2" runat="server"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 137px; border-top-style: double; border-right-style: double; border-left-style: double; height: 26px; border-bottom-style: double;">
<asp:Label ID="Label3" runat="server" Text="再次输入密码:" Width="116px"></asp:Label></td>
<td colspan="2" style="width: 137px; border-top-style: double; border-right-style: double; border-left-style: double; height: 26px; border-bottom-style: double;">
<asp:TextBox ID="TextBox3" runat="server"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 137px; border-top-style: double; border-right-style: double; border-left-style: double; height: 26px; border-bottom-style: double;">
<asp:Label ID="Label4" runat="server" Text="联系电话:" Width="114px"></asp:Label></td>
<td colspan="2" style="width: 137px; border-top-style: double; border-right-style: double; border-left-style: double; height: 26px; border-bottom-style: double;">
<asp:TextBox ID="TextBox4" runat="server"></asp:TextBox></td>
</tr>
<tr>
<td align="center" style="width: 137px; border-top-style: double; border-right-style: double; border-left-style: double; height: 26px; border-bottom-style: double;">
<asp:Button ID="Button2" runat="server" Text="提交" OnClick="Button2_Click" /></td>
<td align="center" colspan="2" style="width: 137px; border-top-style: double; border-right-style: double; border-left-style: double; height: 26px; border-bottom-style: double;">
<asp:Button ID="Button3" runat="server" OnClick="Button3_Click" Text="重置" /></td>
</tr>
</table>
<br />
</asp:Panel>
</td>
</tr>
</table>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -