Bhabani prasad Dash

Bhabani prasad Dash

  • NA
  • 244
  • 44.6k

c# date compare validation

Jun 4 2013 4:17 AM
i have two text vox with calender image
one is start date another is end date i want end date aways greater than start date how i validate plz help me
<asp:CompareValidator ID="CompareValidator1" 
                                                                ControlToValidate="txt_enddate" Type="Date" Operator="GreaterThanEqual"
                                                                ErrorMessage="end date should be greated than startdate"
                                                                ControlToCompare="start_sdate" runat="server"></asp:CompareValidator>

Answers (7)