By default the ASP.Net CompareValidator does not work for
dd/mm/yyyy format hence we will need to change the Culture property of the page
to en-GB in the @Pagedirective of the ASP.Net Web Page as show below
<%@ Page Language="C#"
AutoEventWireup="true"
CodeFile="Request.aspx.cs"
Inherits="Request"
Culture = "en-GB"
%>
No comments:
Post a Comment