TW-DRUPAL
Drupal, Mambo, Context Managment
asp net context
«
ascii
asp net context
Ajax.NET Professional , or Ajax.NET for short, is Michael Schwarz's free Ajax add-on library for implementing Ajax functionality within the Microsoft .NET Framework. This was the first Ajax framework developed for ASP.NET 1.x/2.0, providing very basic Ajax capabilities.
Ajax.NET allows a developer to use Ajax techniques without knowledge of Ajax or the XMLHttpRequest API. The library serializes any .NET data type to JSON format (providing a performance improvement over XML), which is then sent to the client. Client-side components allow a developer to create DataSets, DataTables and other types using JavaScript. These data can be used as an argument for any method marked with the AjaxMethod attribute.
Both synchronous and asynchronous methods are supported, with callback and context support. Queuing is supported for concurrent requests.
The idea of marking Ajax methods with .NET attributes and creating proxy JavaScript files on-the-fly was the basis for Microsoft's ASP.NET AJAX framework.
Ajax.NET Professional was abandoned by Michael Schwarz on the 4th of January 2008 Ajax.Net Professional abandoned
latest news


