Using a calendar control to let the end user select a date
in the standard normal way in ASP.NET would cause a post back. Is there a way
of using the control with minimum roundtrips between the server and the client
browser? In this article I will be using a calendar control that was created
by Mehmet Genc. In this article I will provide a way of
getting the calendar control result in another standard control, such as a
TextBox.