Articles in the ASP.NET AJAX Category
ASP.NET AJAX, Tech Corner »
It provides client-side date-picking functionality with customizable date format and UI in a popup control.
<asp:TextBox ID=”TextBox1″ runat=”server”></asp:TextBox>
<ajax:CalendarExtender ID=”CalendarExtender1″ runat=”server”
TargetControlID=”TextBox1″ Format=”yyyy-MM-dd” Enabled=”True”>
</ajax:CalendarExtender>