Has anyone seen an MVC3 data annotation for Date validation that requires a single selected date to be equal to or greater than current date?
If there\'s already a t
Simple way to accomplish this task is using CompareValidator.
CompareValidator
The code below uses AjaxControlToolKit's CalendarExtender. Copy the below code to your HTML directive
CalendarExtender
add the below line in the CSS
.hiddenbox {display:none;}