-
Validation not working with Netscape
Hi,
I'm using Regular Expression Validation object as shown below:
<asp:regularexpressionvalidator id="regExpCheckoutDate" runat="server" ErrorMessage="<br
/>Please enter the Check Out Date in format:MM/DD/YYYY" ControlToValidate="txtCheckoutDate"
ValidationExpression="^\d{2}\/\d{2}\/\d{4}$" Display="Dynamic"></asp:regularexpressionvalidator>
It works fine with IE but not with Netscape. I'm using Netscape 6.2.2
Is there any way to make it work with Netscape.
Thanks,
Rkun
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks