How Do I: Configure the ASP.NET AJAX Calendar Control?

In this video we see a demonstration of the variety of options available to configure the appearance and the behavior of the Calendar extender control from the ASP.NET AJAX Control Toolkit.

Presented by Joe Stagner

Duration: 8 minutes, 56 seconds

Date: 30 March 2007

Watch the video   |   Download the video   |   Get VB code  or  C# code

Video downloads: WMV | Zune | iPod | PSP | MPEG-4 | 3GP

Audio downloads: AAC | WMA | MPEG-4 | MPEG-3 | MPEG-2

Comments : 13

Leave a Comment

tonvanr : On May 29, 2008 11:04 AM said:

Very nice, but how can I use this in a custom server control. I can use the CreateChildControls procedure to create imagebutton and textbox, but can't add the calendar extender. Any one can ?

thanx

ton

cojeda : On May 30, 2008 4:08 PM said:

Very nice video, very nice control. How can we control the language to display the date.I need it to be displayed in spanish.

Please, if anyone can help me with this, I'm quite new as a programmer... have a lot to learn yet.

Thanks alot...

Camilo

csyhz : On June 11, 2008 6:33 PM said:

Very nice video.  How can I customize the calendar so that any date before today will gray out (become not selectable)?  Thanks a lot!

kassuns : On June 12, 2008 2:26 AM said:

it's very nice, can any tell me hw to download ASP.NET AJAX Control Toolkit.

Blank : On June 15, 2008 10:25 AM said:

cojeda:

type in this in you scriptmanager:

EnableScriptGlobalization="True"

kassuns:

take a look at this page and video:

www.asp.net/.../video-76.aspx

mdasraful.islam : On June 15, 2008 11:19 PM said:

nice video.helpful .Thankx

saket.saurabh : On July 28, 2008 8:47 AM said:

thanx for the video..........

but the buttons or textbox which i am using in my project ,are coming above the calender when image utton is clicked......

so help me so that the whole calander may appear.......

hear i am giving a example of code which i am using....

<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "www.w3.org/.../xhtml11.dtd">

<html xmlns="www.w3.org/.../xhtml">

<head runat="server">

   <title>Untitled Page</title>

</head>

<body>

   <form id="form1" runat="server">

       <ajaxToolkit:ToolkitScriptManager ID="ScriptManager1" runat="server" />

       <div>

           <asp:UpdatePanel ID="UpdatePanel1" runat="server" RenderMode="Inline">

               <ContentTemplate>

                     <asp:TextBox ID="txtJoin" runat="server" Style="z-index: 100; left: 17px; position: absolute;

                       top: 88px" Width="128px"></asp:TextBox>

                    <ajaxToolkit:CalendarExtender ID="CalJoindate" runat="server" TargetControlID="txtJoin" PopupPosition="TopLeft" PopupbuttonID="ImageButton1">

           </ajaxToolkit:CalendarExtender>

                   &nbsp;

                    <asp:ImageButton ID="ImageButton1" runat="server" Style="z-index: 102; left: 157px;

                       position: absolute; top: 83px" />

                  </ContentTemplate>

           </asp:UpdatePanel>

           &nbsp;

           <asp:Button ID="Button1" runat="server" Text="Button" style="z-index: 100; left: 137px; position: absolute; top: 233px" />

           &nbsp;

       </div>

   </form>

</body>

</html>

vishnuvvn : On July 30, 2008 3:31 PM said:

PopupPosition="TopLeft" change this.. hopefully it will help..

junkie.brit : On July 31, 2008 5:42 AM said:

It's good one, very informative,

but now im in a situation where in i need a calender control to use it for a CGI application as well as with the integrated asp.net application,

so is there a way i can use this, if so can u brief me lil bit about it

Thanks Lots

nguyenngocviet : On July 31, 2008 9:55 PM said:

How can I localize for the control? Please help me.

Thank alot!

blumonde : On August 06, 2008 3:56 AM said:

Great video! How do we make the calendar to hightligh the current date when starting it up? The regular .net calendar control does it but not this ajax calendar. It is beyond my comprehension why they didn't make it the same with ajax calendar.

Does anyone know how this can be done?

cv_vikram : On August 06, 2008 2:47 PM said:

Very good tutorial.....thanks

adeninSK : On August 07, 2008 3:47 AM said:

hello,

after I used ajax control (this), my application

slowed down hardly. (19sec load time)

Can anybody pls give me any advice?

(I am using windows 2003 server - IIS6)

thanks

Leave a Comment

You must be logged in to leave a comment. Click here to log in.

Page view counter
Microsoft Communities