📄 webusercontrol2.ascx
字号:
<%@ Control Language="C#" AutoEventWireup="true" CodeFile="WebUserControl2.ascx.cs" Inherits="WebUserControl2" %>
<asp:Label ID="Label1" runat="server" Font-Bold="True" Font-Names="宋体" Font-Size="Large"
ForeColor="#0000C0" Text="请正确填写用户信息:"></asp:Label>
<br />
<br />
<table>
<tr>
<td style="width: 927px; height: 53px">
<asp:Label ID="Label2" runat="server" ForeColor="#0000C0" Text="用户编号(userid)"></asp:Label>
<asp:TextBox ID="TextBox1" runat="server"></asp:TextBox></td>
<td style="width: 993px; height: 53px">
<asp:Label ID="Label3" runat="server" ForeColor="#0000C0" Text="用户名(username)"></asp:Label>
<asp:TextBox ID="TextBox2" runat="server"></asp:TextBox></td>
<td style="width: 958px; height: 53px">
<asp:Label ID="Label4" runat="server" ForeColor="#0000C0" Text="密码(password)"></asp:Label>
<asp:TextBox ID="TextBox3" runat="server"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 927px; height: 53px">
<asp:Label ID="Label5" runat="server" ForeColor="#0000C0" Text="性别(sex)"></asp:Label>
<asp:TextBox ID="TextBox4" runat="server"></asp:TextBox></td>
<td style="width: 993px; height: 53px">
<asp:Label ID="Label6" runat="server" ForeColor="#0000C0" Text="联系地址(address)"></asp:Label>
<asp:TextBox ID="TextBox5" runat="server"></asp:TextBox></td>
<td style="width: 958px; height: 53px">
<asp:Label ID="Label7" runat="server" ForeColor="#0000C0" Text="邮箱(email)"></asp:Label>
<asp:TextBox ID="TextBox6" runat="server"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 927px; height: 55px">
<asp:Label ID="Label8" runat="server" ForeColor="#0000C0" Text="电话(phone)"></asp:Label>
<asp:TextBox ID="TextBox7" runat="server"></asp:TextBox></td>
<td style="width: 993px; height: 55px">
<asp:Label ID="Label9" runat="server" ForeColor="#0000C0" Text="邮编(postcode)"></asp:Label>
<asp:TextBox ID="TextBox8" runat="server"></asp:TextBox></td>
<td style="width: 958px; height: 55px">
<asp:Label ID="Label10" runat="server" ForeColor="#0000C0" Text="userstate"></asp:Label>
<asp:TextBox ID="TextBox9" runat="server"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 927px; height: 46px">
<asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Text="确定" /></td>
<td style="width: 993px; height: 46px">
<asp:Button ID="Button2" runat="server" OnClick="Button2_Click" Text="重置" /></td>
<td style="width: 958px; height: 46px">
</td>
</tr>
</table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -