Asp. NET upgrade capability discussion (III.)

Source: Internet
Author: User
<!--login information-->
<table border=0 width=600 >
&LT;TR&GT;&LT;TD colspan=3>
<table border=0 cellpadding=0 cellspacing=0 width= "100%" >
<tr><td>
<b> Login Information </b>
</td></tr>
</table>
</td></tr>
<tr>
&LT;TD align=right>

Email Address:

</td>
<td>
<asp:textbox id=email width=200px maxlength=60 runat=server/>
</td>
<td>
<asp:requiredfieldvalidator id= "Emailreqval"
controltovalidate= "Email"
errormessage= "Email Address"
Display= "Dynamic"
Font-name= "Song Body"
Font-size= "12"
Runat=server>
*
</asp:RequiredFieldValidator>
<asp:customvalidator id= "Emailregexval" runat= "Server"
controltovalidate= "Email"
clientvalidationfunction= "Clientvalidateemail"

Display= "Static"
Font-name= "Song Body"
Font-size= ">"

Illegal email address

</asp:CustomValidator>
</td>
</tr>

<tr>
&LT;TD align=right>

Password:

</td>
<td>
<asp:textbox id=passwd textmode= "Password" maxlength=20 runat=server/>
</td>
<td>
<asp:requiredfieldvalidator id= "Passwdreqval"
Controltovalidate= "passwd"
errormessage= "User Password"
Display= "Dynamic"
Font-name= "Song Body" font-size= "12"
Runat=server>
*
</asp:RequiredFieldValidator>
<asp:regularexpressionvalidator id= "Passwdregexbal"
Controltovalidate= "passwd"
Validationexpression= ". *[!@#$%^&*+;:].*"
Display= "Static"
Font-name= "Song Body" font-size= "12"
Width= "100%" runat=server>

The password must contain the following characters: (!@#$%^&*+;:)

</asp:RegularExpressionValidator>
</td>
</tr>
<tr>


Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.