Click here to Skip to main content
16,021,004 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
ASP
asp:CompareValidatorID="cmpVal1"ControlToCompare="txtStartDate"
    ControlToValidate="txtEndDate"Type="Date"Operator="GreaterThanEqual"
    ErrorMessage="*InvalidData"runat="server">


I had compare start date and end date in above code.Now i want to show alert message in pop window.how to show compare date alert in pop up window.

What I have tried:

I have compare two dates and get the compare message but the message is not shown in pop up window how to show in pop up window.
Posted
Updated 3-May-16 23:19pm
v3

1 solution

Check this, but you will have to take some effort achieve it.

Compare Validator javascript [^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900