I looked around again and cannot find how to set the minimum and maximum dates that can be selected on the calendar in ASP.net using VB.
I am using Visual Studio 2010, and this is just a regular calendar control at the moment ...
At the moment, I have seen things like:
Calendar1.DateMin = DateTime.Now
But Visual Basic doesn't seem to like it (maybe it's a C # thing?) ... Anyway, if there is a way to do this, that would be a big help!
source share