Ajax.NET Professional
The .NET Free library for Asynchronous JavaScript with XmlHttpRequest (AJAX). More security features like AJAX Token, encryption on client-side JavaScript and on the server, faster JavaScript wrapper files cached using HTTP ETag header values, using Names
Features
-
AJAX library for ASP.NET which provides the very basic AJAX capability to make xmlhttp callbacks. Does not have any 'Ajax-enabled' controls or support for Viewstate, etc. hjhfututu Can serialize ANY data type from .NET including custom classes, structs or enum types
- Include JavaScript DataTable, DataSet, support for IList and IEnumeration, XML documents
- Supports Internet Explorer 5.0 and higher, Firefox, Opera, Safari, Netscape,...
- Great ActiveX replacement for Internet Explorer if ActiveX are disabled
- Queuing actions to enable more than 2 concurrent requests
- No direct code change on server-side code using method attributes
- Caching available on the server
- JavaScript includes several prototype features like String.trim or Array.clear
- Asynchronous and synchronous methods with callback and context support
- Uses JSON instead of XML for performence reason
- Reduce HTML traffic (only data is sent instead of HTML code)