I have a page where I have 2 text boxes for Start Date and End Date.
And the dates for these text boxes are filled by using a pop up
calendar. I am using ComapareValidator control to check whether the
end date is greater than the start date but it is not working.
It seems to be working fine when I type in the dates in these text
boxes.
Is it possible to use a compare validator control in this scenario?