How to Use required field validator on Calander Control?
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
dear experts , i am using a calendar control on web form now problem i am facing is how to restrict user to select a date otherwise it should show error like required field validator any one guide me how to achieve this?
Http://www.gen-sys.com Government Dyal Singh College Lahore.
-
dear experts , i am using a calendar control on web form now problem i am facing is how to restrict user to select a date otherwise it should show error like required field validator any one guide me how to achieve this?
Http://www.gen-sys.com Government Dyal Singh College Lahore.
You may have to use a CustomValidator rather than a RequiredFieldValidator.