ajaxed - classic ASP Ajax Library which uses Prototype and JSON (from July 2007)

November 17th, 2007 Arsen Posted in Patterns - .NET |

ajaxed Library is the first classic ASP Ajax Library which lets you call server side ASP code from client side. Similar to PHPs xajax.

  • It allows you to call server side procedures directly from client side
  • automatic conversion of ASP datatypes into its JavaScript equivalents
  • object oriented
  • No detailed Ajax skill required
  • tutorials available
  • easy to use
  • LGPL => free to use
  • Save the network traffic
  • page refresh very fast , because updates the only required part of the page.

Leave a Reply