?? addadvancepay.aspx
字號(hào):
?<%@ Page Language="C#" MasterPageFile="~/MasterPage/MasterPage.master" AutoEventWireup="true" CodeFile="AddAdvancePay.aspx.cs" Inherits="User_AddAdvancePay" Title="Untitled Page" %>
<%@ Register Src="../UserControl/LoadingControl.ascx" TagName="LoadingControl" TagPrefix="uc1" %>
<asp:Content ID="Content1" ContentPlaceHolderID="FartherMain" Runat="Server">
<table id="tabAddPayment" cellSpacing="0" cellPadding="0" width="95%" align="center"
border="0" runat =server >
<tr style ="font-size: 9pt; font-family: 宋體;">
<td align="left" style="height: 24px" width="250" colspan =2>
會(huì)員充值:</td>
</tr>
<tr>
<td align="right" style="height: 24px; width: 158px;">
請(qǐng)選擇銀行名稱
</td>
<td style="height: 24px" align="left"><asp:DropDownList ID="ddlPayWay" runat="server" Width="127px" Font-Size="9pt">
<asp:ListItem>中國銀行</asp:ListItem>
<asp:ListItem>交通銀行</asp:ListItem>
<asp:ListItem>商業(yè)銀行</asp:ListItem>
<asp:ListItem>農(nóng)業(yè)銀行</asp:ListItem>
<asp:ListItem>工商銀行</asp:ListItem>
<asp:ListItem>郵政</asp:ListItem>
</asp:DropDownList></td>
</tr>
<tr style ="font-size: 9pt; font-family: 宋體;">
<td align="right" style="height: 24px; width: 158px;">
帳號(hào):</td>
<td style="height: 24px" align="left">
<asp:textbox id="txtCode" runat="server" MaxLength="20"></asp:textbox><FONT color="red">*</FONT>
<asp:RequiredFieldValidator ID="rfvCode" runat="server" ControlToValidate="txtCode"
Display="Dynamic" ErrorMessage="請(qǐng)輸入賬號(hào)"></asp:RequiredFieldValidator></td>
</tr>
<tr style ="font-size: 9pt; font-family: 宋體;">
<td align="right" style="height: 24px; width: 158px;">
身份證號(hào):</td>
<td style="height: 24px" align="left">
<asp:TextBox ID="txtStatus" runat="server" MaxLength="20"></asp:TextBox><FONT color="red">*</font>
<asp:RegularExpressionValidator ID="revStatus" runat="server" ErrorMessage="請(qǐng)正確輸入" ValidationExpression="\d{17}[\d|X]|\d{15}" ControlToValidate="txtStatus"></asp:RegularExpressionValidator>
<asp:RequiredFieldValidator ID="rfvStatus" runat="server" ControlToValidate="txtStatus"
Display="Dynamic" ErrorMessage="請(qǐng)輸入身份證號(hào)"></asp:RequiredFieldValidator></td>
</tr>
<tr style ="font-size: 9pt; font-family: 宋體;">
<td align="right" style="height: 24px; width: 158px;">
密碼:</td>
<td style="height: 24px" align="left">
<asp:textbox id="txtCodePassword" runat="server" MaxLength="20"></asp:textbox></td>
</tr>
<tr style ="font-size: 9pt; font-family: 宋體;">
<td align="right" style="height: 24px; width: 158px;">
會(huì)員充值:</td>
<td style="height: 24px" align="left">
<asp:textbox id="txtAdvancePayment" runat="server" MaxLength="20">0</asp:textbox>¥<FONT color="red">*</FONT>
<asp:RegularExpressionValidator ID="RegularExpressionValidator1" runat="server" ControlToValidate="txtAdvancePayment"
ErrorMessage="請(qǐng)正確輸入(格式:1.00)" ValidationExpression="^[0-9]+(.[0-9]{2})?$"></asp:RegularExpressionValidator></td>
</tr>
<tr style ="font-size: 9pt; font-family: 宋體;">
<td style="height: 24px" colspan =2 align =center >
<asp:Button ID="btnConfirm" runat="server" Text="確定" OnClick="btnConfirm_Click" />
<asp:Button ID="btnExit" runat="server" Text="退出" CausesValidation="False" OnClick="btnExit_Click" /></td>
</tr>
</table>
</asp:Content>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -