Setup ajax for asp .net 1.1 Visual Studio 2003 C# web application

Last post 02-04-2009 4:35 AM by anas. 1 replies.

Sort Posts:

  • Setup ajax for asp .net 1.1 Visual Studio 2003 C# web application

    02-04-2009, 4:26 AM
    • Member
      point Member
    • maowidat
    • Member since 02-04-2009, 8:59 AM
    • Posts 1

    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

     

  • Re: Setup ajax for asp .net 1.1 Visual Studio 2003 C# web application

    02-04-2009, 4:35 AM
    Answer
    • All-Star
      60,811 point All-Star
    • anas
    • Member since 09-21-2006, 4:31 AM
    • Palestinian Territory, Occupied
    • Posts 6,851
    • Moderator

     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.

     

    Regards,

    Anas Ghanem | Blog

Page 1 of 1 (2 items)