How To: Customize Calendar Control to limit the users to select day on or after today

In this Sample code we will see how to customize calendar control to limit the user to select the day on or after today Step 1: Drag Drop Calendar Control <asp:Calendar id="Calendar1" runat="server"></asp:Calendar> Step 2: In code behind use Read More...

Read the complete post at http://weblogs.asp.net/sushilasb/archive/2006/01/22/436159.aspx