Home » ASP.NET AJAX, Tech Corner

Calender Extender

30 March 2009 No Comments 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>

Calender Extender

Calender Extender

Related posts:

  1. ValidatorCalloutExtender
  2. Ajax Tabs
  3. TextBoxWatermarkExtender
  4. CollapsiblePanel
  5. Accordion

Leave your response!

Add your comment below, or trackback from your own site. You can also subscribe to these comments via RSS.

Be nice. Keep it clean. Stay on topic. No spam.

You can use these tags:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>