.net 1.1 && Ajax ???

  • Thread starter Thread starter Guest
  • Start date Start date
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
 
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>
 
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!
*********************************************
 
Back
Top