I want to have a calendar control to only allow users to select dates which are weekdays (Mon-Fri) in the future and if it’s after eg. 9.00 am of the current day then this date will also not be available, this to be then returned into a text box.
How can a do this easily. I’m still very new to ASP.net.
Thank you,
Updated:
Update: