I am using ajaxToolkit:CalendarExtender with a TextBox and I want users to also be able to input the time component.
Whats the best way to do this?
I am using ajaxToolkit:CalendarExtender with a TextBox and I want users to also be able to input the time component.
Whats the best way to do this?
Copyright © 2021 Jogjafile Inc.
A way to "force" the AjaxControlToolKit CalendarExtender to use a time component, is to append it using
OnClientDateSelectionChanged
andJavaScript
.and