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
Read The Full Review.
|
Contributions
 |
FeaturesEdit
-
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 Include JavaScript DataTable, DataSet, support for IList and IEnumeration, XML documents
test jaxasdfasdf sadfhaodifasdfasfdafdasfsad
- 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
SamplesEdit
AutoComplete Example this is an example of how to use the autocomplete library of Ajax.net Professional Server Code AjaxAutoComplete textBox1 = new AjaxAutoComplete(); textBox1.ID = "hans1"; placeHolder1.Controls.Add(textBox1);
You have to specify where you want to get the data back. There is a delegate that must point to a public Ajax.NET method, i.e. like this: textBox1.OnAutoComplete = new AjaxAutoComplete.AutoCompleteHandler(this.OnAutoComplete); this.OnAutoComplete Method: [AjaxPro.AjaxMethod] public object[] OnAutoComplete(string value, int count) { string[] s = new string[(value.Length < count ? value.Length : count)]; for(int i=0; i { s[i] = value.Substring(0, i+1); } return s; } download the source code Ajax.NET Professional can be integrated in excelent web site's
Related LinksEdit
- Support by Google group
- Demo and Download: the official web site for downloads, samples and demos
- Controls Examples : Two examples on how to implement a WebUserControl that is using Ajax.NET Professional
- Class Example: The first example will return an own class that has some public fields to be used on the client-side JavaScript
- Data Type Examples:With this example web page I will test a lot of common data types in both directions, as a return value and as an argument for the Ajax.NET methods
- Key press Example: With this example web page I will test a lot of common data types in both directions, as a return value and as an argument for the Ajax.NET methods
CompetitorsEdit
-
Microsoft Atlas : ASP.NET "Atlas" is a package of new Web sdevelopment technologies that integrates an extensive set of client script libraries with the rich, server-based development platform of ASP.NET 2.0. - Bitkraft: Bitkraft is a CLR based (.NET) web framework that allows distributed web content to be created and served in a unique fashion. It is written in C# and compiles for operation under the Microsoft .NET Framework 1.1+ or the .Mono Framework, making it portable to almost any platform
- MonoRail :(former Castle on Rails) is an attempt to provide a port of Action Pack (http://ap.rubyonrails.org) for .Net. The Action Pack way of development is extremelly productive, very intuitive and easily testable. This project has its generation tool n order to create project skeletons using a command line application
- Magic Ajax: MagicAjax.NET is a free open-source framework, designed to make it easier and more intuitive for developers to integrate AJAX technology into their web pages, without replacing the ASP.NET controls and/or writing tons of javascript code.
- Anthem.NET: Anthem.Net is a free open-source framework, designed to make it easier and more intuitive for developers to integrate AJAX technology into their web pages, without replacing the ASP.NET controls and/or writing tons of javascript code. It is probably the most to the point Ajax toolkit with a lot of Ajax controls included. You don't even have to be able to write a single line of javascript code.
|
Related Projects 
|
- Webdevbros
Webdevbros have released an utility class to work with JSON within classic ASP (VBScript) it's easy-to-use and generating JSON out of arrays, dictionaries, adodb.recordsets, booleans, etc. - Script#
Script# is a C# compiler and set of frameworks that makes it possible to write Javascript and Ajax applications in C#, enabling you to benefit from compile-time type checking, error reporting, intellisense, refactoring, class browsing, doc-comments etc. - CAPXOUS.AutoComplete
CAPXOUS.AutoComplete is G?‡??
A handy AJAX auto complete component.
Developers could build features like area code auto complete, group code auto complete, material code auto complete, etc. with ease! - Visual WebGui
Winforms over Ajax (WOW). Visual WebGui enables development of complex Ajax applications using the WinForms programming model, syntax and tools. No Javascript/HTML knowledge is needed. A complete platform that extends the existing .Net objects to enable Ajax zero-footprint web applications. - Ajaxium
Ajaxium replaces ASP.NET postbacks by AJAX, transforming existing ASP.NET applications to Web 2.0 without JavaScript callbacks or server-side coding. In contrast to other AJAX-based approaches, Ajaxium-powered sites remain accessible to search engines and old browsers due to an automatic and silent degradation to classic ASP.NET. What's more, Ajaxium enables AJAX for custom and third-party ASP.NET controls in addition to all default ASP.NET controls. - Ajax Web Widgets
the first Ajax library to not re-render HTML in update divs.
|
Discussion

|
|
|
|
|