Ajax recommendation for .net 1.1

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

Can any one recommend a good starting point for learning and using AJAX for
ASP.net 1.1

Thnx
 
I'd recomend downloading Anthem.net, which is an open source, full-featured
"AJAX" (Remote scripting) framework that builds for both ASP.NET 1.1 and 2.0.
Unlike the other offering mentioned, it preserves the stateful nature of the
ASP.NET Page without relying on external handlers. You can find it on
Sourceforge.net
Peter
 
Back
Top