How Do I: Get Started with the ASP.NET AJAX Control Toolkit?

Learn how to extend your ASP.NET AJAX applications using the ASP.NET AJAX Control Toolkit. This video starts with the very basics, including downloading and installing the toolkit, and adding a few of its controls to a simple ASP.NET AJAX-enabled web page.

Presented by Joe Stagner

Duration: 11 minutes, 15 seconds

Date: 23 January 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

ichibi28 : On March 27, 2008 8:40 AM said:

Im using the vs studio 2008, I first downloaded and install the asp.net extiontions v.1.and ajax vs2008 templates.. then I downloaded the ajax control toolkit.. and open the solution it converted the solution to vs2008 but the AjaxControlToolkit\AjaxControlToolkit.csproj was not converted and TemplateVSI\TemplateVSI.csproj was not loaded also... Did I made a mistake with those actions?

davidtivy : On March 27, 2008 11:36 AM said:

I am having the same problem.

Your are not making a mistake. I have VS 2008 but its the trail version soon to be full.

TemplateVSI\bin should contain a AjaxControllerExtender.vsi and 6 zip files. But its doesnt. I presume VS 2005 has something to do with it?

Please could someone from Microsoft help us?

Thanks

venkatzeus : On April 07, 2008 12:16 AM said:

I am using VS 2005. I have been using the Atlas version(ScriptManager). I would like to update to AJAX. Which dll should i download to work with AJAX?

Please help

sunilvishwas : On April 11, 2008 2:12 PM said:

Initially I had hard time in seeing AJAX Control Toolkit Web Site project template in my Visual Studio 2005.

The following change followed by command devenv /setup resolved the issue:

Extracted AjaxControlToolkitWebsiteCS.zip, changed AjaxControlToolkitWebsiteCS.vstemplate and rezipped the folder

FROM:

<ProjectType>Web</ProjectType>

<ProjectSubType>CSharp</ProjectSubType>

TO:

<ProjectType>CSharp</ProjectType>

<ProjectSubType>Web</ProjectSubType>

Version Details of my setup:

Microsoft Visual Studio 2005

Version 8.0.50727.762  (SP.050727-7600)

Microsoft .NET Framework

Version 2.0.50727 SP1

JoeStagner : On April 14, 2008 8:57 PM said:

You don't need a template if you're using.

Just dro[ any Toolkit control onto your form and VS will copy the toolkit DLLs to your BIN folder.

bnpositive : On April 18, 2008 10:32 AM said:

Can you install and use this if you're using Visual Web Developer Express 2008? If so, how?

Manmadhan : On April 23, 2008 7:16 AM said:

Got AJAX ToolKit as mentioned in the video, but still puzzled about AJAX as a beginnner!!!

:(

abhinav.arya : On April 24, 2008 4:40 AM said:

HI Joe,

I installed Visual Studio 1008. Then I successfully installed AjaxControlExtender.vsi of .net framework 3.5.

The "SampleWebSite" provided in AjaxToolKit download works Fine.

But the toolbox is still not displaying new Ajax Controls.

I have enabled all toolbox items,but the problem exists.

How can i verify that AjaxControlExtender is installed properly. PLS HElP

abhinav.arya : On April 24, 2008 4:53 AM said:

While Creating a New website i donot get any sjax type website template.

faroque : On May 09, 2008 4:59 AM said:

Hi

I need help...  I think there is a problem with this server.

I can not watch/download the vedio files. HTTP 500 error is shown. please help on this...........

lakshmanvepuri : On May 13, 2008 7:00 AM said:

Thanks for the Video.....Good one.

manojm : On May 13, 2008 7:11 PM said:

Why I am not able to move AJAX Extension controls and AJAX Control Toolkit controls eventhough they are absolutely positioned. It is very hard to move them in the designer. Can any one tell do i need to make any change?

mohinisekhar : On May 14, 2008 1:34 AM said:

Thanks for the video. It is very helpful for the beginners.

Leave a Comment

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