.net 1.1 && Ajax ???

G

Guest

Hi,

We are still using .net 1.1 and I am working on a problem that I thought
could be 'probably' done easily through 'AJAX'. I visited the ajax.asp.net
site and I got an impression that its only for .net 2.0.

Can any one point me to resources for using AJAX with asp.net 1.1?

Thnx
 
M

Michael Nemtsev

Hello DotNetDev,

use other AJAX implementations, such as Magic AJAX and etc. google to find
more

---
WBR, Michael Nemtsev [C# MVP].
My blog: http://spaces.live.com/laflour
Team blog: http://devkids.blogspot.com/

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo

D> Hi,
D>
D> We are still using .net 1.1 and I am working on a problem that I
D> thought could be 'probably' done easily through 'AJAX'. I visited the
D> ajax.asp.net site and I got an impression that its only for .net 2.0.
D>
D> Can any one point me to resources for using AJAX with asp.net 1.1?
D>
D> Thnx
D>
 
C

Cowboy \(Gregory A. Beamer\)

There are open source AJAX implementations that can be used for ASP.NET.
AJAX.NET comes tto mind:

http://sourceforge.net/projects/ajaxnet/

I used this on a 1.x project a while back, but I have not kept up with where
it stands as far as functionality.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

*********************************************
Think outside the box!
*********************************************
 

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