📄 userorder.aspx
字号:
<%@ Page Language="C#" MasterPageFile="~/AppMaster.master" AutoEventWireup="true" CodeFile="UserOrder.aspx.cs" Inherits="UserOrder" Title="填写订单" %>
<asp:Content ID="Content2" ContentPlaceHolderID="phMain" Runat="Server">
<body>
<br />
<br />
<br />
<br />
<br />
<table style="position: static; width: 520px; height: 320px; background-image: url(images/aa.JPG); border-left-color: #ffffff; border-bottom-color: #ffffff; border-top-style: inset; border-top-color: #ffffff; border-right-style: inset; border-left-style: inset; border-right-color: #ffffff; border-bottom-style: inset;" align="center">
<tr>
<td style="height: 40px" colspan="2">
<strong><span style="font-size: 24pt"></span></strong></td>
<td colspan="1" style="width: 144px; height: 40px">
</td>
</tr>
<tr>
<td style="width: 152px; height: 17px; text-align: right">
<span style="color: #ff0033"><strong>
姓 名:</strong></span> </td>
<td style="width: 143px; height: 17px">
<asp:TextBox ID="TextBox2" runat="server" Style="position: static"></asp:TextBox>
</td>
<td style="width: 144px; height: 17px">
<asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ControlToValidate="TextBox2"
ErrorMessage="*" Style="position: static"></asp:RequiredFieldValidator>
</td>
</tr>
<tr>
<td style="width: 152px; height: 21px; text-align: right">
<strong><span style="color: #ff0033">
邮政编码:</span></strong></td>
<td style="width: 143px; height: 21px">
<asp:TextBox ID="TextBox3" runat="server" Style="position: static"></asp:TextBox>
</td>
<td style="width: 144px; height: 21px">
<asp:RequiredFieldValidator ID="RequiredFieldValidator2" runat="server" ControlToValidate="TextBox3"
ErrorMessage="*" Style="position: static"></asp:RequiredFieldValidator>
<asp:RegularExpressionValidator ID="RegularExpressionValidator3" runat="server" ControlToValidate="TextBox3"
ErrorMessage="错误的邮编" Style="position: static" ValidationExpression="\d{6}" Enabled="False"></asp:RegularExpressionValidator></td>
</tr>
<tr>
<td style="width: 152px; height: 78px; text-align: right">
<strong><span style="color: #ff0033">
收货地址:</span></strong></td>
<td style="width: 143px; height: 78px">
<asp:TextBox ID="TextBox1" runat="server" Height="72px" Style="position: static"
TextMode="MultiLine" Width="264px"></asp:TextBox>
</td>
<td style="width: 144px; height: 78px">
<asp:RequiredFieldValidator ID="RequiredFieldValidator3" runat="server" ControlToValidate="TextBox1"
ErrorMessage="*" Style="position: static"></asp:RequiredFieldValidator>
</td>
</tr>
<tr>
<td style="width: 152px; height: 14px; text-align: right">
<span style="color: #ff0033"><strong>
移动电话:</strong></span></td>
<td style="width: 143px; height: 14px">
<asp:TextBox ID="TextBox4" runat="server" Style="position: static"></asp:TextBox><span
style="color: #ff0033"> </span>
</td>
<td style="width: 144px; height: 14px">
<asp:RequiredFieldValidator ID="RequiredFieldValidator5" runat="server" ControlToValidate="TextBox4"
ErrorMessage="*" Style="position: static"></asp:RequiredFieldValidator>
<asp:RegularExpressionValidator ID="RegularExpressionValidator6" runat="server" ControlToValidate="TextBox4"
ErrorMessage="错误的号码" Style="position: static" ValidationExpression="\d{11}" Enabled="False"></asp:RegularExpressionValidator></td>
</tr>
<tr>
<td style="width: 152px; height: 14px; text-align: right">
<strong><span style="color: #ff0033">
固定电话:</span></strong></td>
<td style="width: 143px; height: 14px">
<asp:TextBox ID="TextBox5" runat="server" Style="position: static"></asp:TextBox></td>
<td style="width: 144px; height: 14px">
</td>
</tr>
<tr>
<td style="width: 152px; height: 8px; text-align: right">
<strong><span style="color: #ff0033">
电子邮件:</span></strong></td>
<td style="width: 143px; height: 8px">
<asp:TextBox ID="TextBox6" runat="server" Style="position: static"></asp:TextBox>
</td>
<td style="width: 144px; height: 8px">
<asp:RequiredFieldValidator ID="RequiredFieldValidator4" runat="server" ControlToValidate="TextBox6"
ErrorMessage="*" Style="position: static"></asp:RequiredFieldValidator>
<asp:RegularExpressionValidator ID="RegularExpressionValidator1" runat="server" ErrorMessage="错误的地址"
Style="position: static" ValidationExpression="\w+([-+.']\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*" ControlToValidate="TextBox6" Enabled="False"></asp:RegularExpressionValidator></td>
</tr>
<tr>
<td style="width: 152px; height: 23px; text-align: right">
</td>
<td style="width: 143px; height: 23px">
<asp:Button ID="Button1" runat="server" Style="position: static" Text="下一步" OnClick="Button1_Click" BorderStyle="Double" Width="72px" /></td>
<td style="width: 144px; height: 23px">
</td>
</tr>
</table>
</body>
</asp:Content>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -