摘要:
使用ValidationCodeImage类别,生成验证码背景图片,只需传入验证码随机数,即可生成验证码应用在登录或是各种需要输入验证码方可提交数据的地方。CodeCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--><asp:TextBoxID="txtValidationCode"runat="server"></asp:TextBox> <imgsrc=& 阅读全文
摘要:
一直以来,在开发过程中,都是验证用户输入的是否为整数。这次系统却需要验证用户输入Decimal或是Double数据类型的值。以前做验证,用的是RegularExpressionValidator来验证。CodeCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--><asp:RegularExpressionValidatorID="RegularExpressionValidator1"runat="server 阅读全文