Home » Archive

Articles in the ASP.NET AJAX Category

ASP.NET AJAX, Tech Corner »

[30 Mar 2009 | No Comment | Posted By:Vivek]

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>

Read the full Post »