I have a ASP.NET AJAX Calender and a TextBox. I want the user should be able to select only Mondays from the calender as that is the business rule.
I can achieve this by using regular ASP.NET calendar control using the DayRender event, however I wish to use the AJAX Calender control because of its better appearance, easy navigation and partial postback.
How can I achieve this (selecting only Mondays) using ASP.NET AJAX calendar?
You could only workaround by
alertthe user if he tries to select anything else than a Monday: