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

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.
 
M

Mark Fitzpatrick

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
 
P

Peter Bromberg [C# MVP]

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

Top