Is it possible to restrict which dates are selectable in the calendar control eg so that a date can only be selected once it's at least two days ago?
相关问题
- Sorting 3 numbers without branching [closed]
- Graphics.DrawImage() - Throws out of memory except
- Carriage Return (ASCII chr 13) is missing from tex
- Why am I getting UnauthorizedAccessException on th
- 求获取指定qq 资料的方法
Put this in your page load:
You can handle the calendar control's
DayRender
event to control which days are visible/selectable (as seen in this forum discussion):