I have an <ajaxToolkit:CalendarExtender>
object in my page. It puts the selected date on a disabled TextBox
(populated at start with the today date).
I would want a 'None' option in that calendar, for which the system would do a default operation (like it has the Today option). Is this possible? I searched information about this on the Internet, but I couldn't find anything relevant. I wonder if I missed something. Or do I have to implement a separate logic (like enabling the TextBox
and the user could leave it blank as a 'None' selection)?
Are there any calendar objects, different from ajax toolkit calendar extender, that can be used with asp.net that offer a 'None' option?
I am still opened for an answer even thought it's just a 'No' (at least a little documented).