摘要:
<asp:TextBox ID="txtUserName" runat="server"></asp:TextBox><asp:RequiredFieldValidator ID="rfvtxtUserName" runat="server" Text="*" ErrorMessage="用户名不能为空" Display="Dynamic" ControlToValidate="txtUserName"&g 阅读全文
摘要:
在程序中使用表单验证需要以下步骤:1. 在web.config文件中配置表单验证。将web.config文件中的<authentication/>配置节的mode特性设为Forms就可以使用表单验证了:<authentication mode="Forms"> <forms name="AuthCookieName" loginUrl="login.aspx" timeout="30" slidingExpiration="false" defaultUrl=&qu 阅读全文