I’m currently creating an auction website using asp and vb.net. I want to manipulate the calendar so that only dates after the current date are selectable. How can I go about this? Thanks
I’m currently creating an auction website using asp and vb.net. I want to manipulate
Share
You’ll have to do it manually, I think. If the user selects an earlier date (you can gauge this with the “Changed” event), you can restore it to the current date and give an error message.
For example (in regular VB.NET)
Or, more directly, using the
MinDateproperty of the control: