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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Ajax enabled asp.net 1.1 application 1
AJAX v. Postback 4
AJAX template 2
Handling errors in ASP.NET AJAX 1
Confirm dialog and ajax call 1
ASP.NET Ajax vs jQuery 3
.net 1.1 && Ajax ??? 2
AJAX Futures CTP 1

Back
Top