I have a web application project (CMS) created on Visual Studio 2003 using C#, I need to add some controls in this project so it support ajax ..
do I have to make some changes in the project it self to make ajax enabled?
what are the basic steps to add the ajax toolkit so I can use the cotrols?
and I'm using <asp:PlaceHolder> 's and <asp:literal> 's in the defult.aspx page and I'm calling the cotent of the page from .xslt and .html files, can I use the ajax controls inside the xslt files? and hoe to register the ajax toolkit controls?
None
0 Points
1 Post
Setup ajax for asp .net 1.1 Visual Studio 2003 C# web application
Feb 04, 2009 04:26 AM|maowidat|LINK
Hi,
I have a web application project (CMS) created on Visual Studio 2003 using C#, I need to add some controls in this project so it support ajax ..
do I have to make some changes in the project it self to make ajax enabled?
what are the basic steps to add the ajax toolkit so I can use the cotrols?
and I'm using <asp:PlaceHolder> 's and <asp:literal> 's in the defult.aspx page and I'm calling the cotent of the page from .xslt and .html files, can I use the ajax controls inside the xslt files? and hoe to register the ajax toolkit controls?
thanks
All-Star
69278 Points
7977 Posts
Moderator
Re: Setup ajax for asp .net 1.1 Visual Studio 2003 C# web application
Feb 04, 2009 04:35 AM|anas|LINK
Hi,
To be able to use Ajax extensions and ajax toolkit controls , you msut be using at least ASP.NET 2.0 .
So you have to migrate to version 2.
If you decided to migrate to version 2.0 , then you can follow the steps in the link below:
(Note: The first step doesn't required if you have VS 2005 with SP1 , because Web applicaiton support is now included in sp1)
http://webproject.scottgu.com/CSharp/Migration/Migration.aspx
If you still want to use .NET 1.1, you may consider using third party or open soruce ajax libraries.