How do I check/validate in jQuery whether end date [textbox] is greater than start date [textbox]?
Reference jquery.validate.js and jquery-1.2.6.js. Add a startDate class to your start date textbox. Add an endDate class to your end date textbox.
Add this script block to your page:-
Hope this helps :-)