Is it possible to use AJAX in ASP.NET 1.1 projects?

  • Thread starter Thread starter Gouri.Mahajan7
  • Start date Start date
G

Gouri.Mahajan7

Hello,

I want to use AJAX methods in my project. Is it possible to use AJAX
in asp.net 1.1??

Thanks in advance.

Regards,
Gouri.
 
You probably could, but not the MS Ajax implementation. It only works with
ASP.Net 2.0 or greater. There are other Ajax Frameworks out there that you
could use. If you google for "asp.net" Ajax Framework you should be able to
find a non-ms alternative that will work. It will probably require more work
on your part because most of the other frameworks will be more of a pure
javascript solution though.

Hope this helps,
Mark Fitzpatrick
Microsoft MVP - Expression
 
If you cannot convert up to ASP.NET 2.0 or higher, have a look at
Anthem.Net. You can find it on Sourceforge.
Peter
 
Back
Top