Microsoft Calendar Usercontrol
By Virendra S. Rajput
This is an ASP.NET (C#) project. The project is a generic usercontrol developed using Microsoft calendar control. The calendar pops up in the separate window and the date value selected gets copied in the textbox. Control exposes a property to retrieve the value of date selected by user. It's a good programming example, because it shows the way of interaction between client side and asp.net controls and also shows the way to retrieve the client side and server side variables on either side.