Home | Projects | Tutorials | Articles | live chat | Submit Project | Big Vote
 
Ajax Projects
.NET Frameworks
Java Frameworks
PHP Frameworks
Ruby Frameworks
Other Frameworks
Cool AJAX sites
Ajax Resources
Ajax Tools
JavaScript frameworks
escorts agency CMS web design

escorts agency CMS web design

MSN Web Messenger

MSN Web Messenger enables you to quickly and easily use basic instant messaging features on a web browser on any computer without installing any software.

Western Digital Hard drive recovery

 Home / Projects / .NET Frameworks / Ajax.NET Professional

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.




Project Name :Ajax.NET Professional

Website URL : http://www.ajaxpro.info/

 Alexa

  


Statistics about this project website from Alexa

wikipedia  Contributions

  

Features

Edit


  1. 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

  1. Supports Internet Explorer 5.0 and higher, Firefox, Opera, Safari, Netscape,...
  2. Great ActiveX replacement for Internet Explorer if ActiveX are disabled  
  3. Queuing actions to enable more than 2 concurrent requests
  4. No direct code change on server-side code using method attributes
  5. Caching available on the server
  6. JavaScript includes several prototype features like String.trim or Array.clear
  7. Asynchronous and synchronous methods with callback and context support
  8. Uses JSON instead of XML for performence reason

Samples

Edit


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 Links

Edit


  1. Support by Google group
  2. Demo and Download: the official web site for downloads, samples and demos
  3. Controls Examples : Two examples on how to implement a WebUserControl that is using Ajax.NET Professional
  4. Class Example: The first example will return an own class that has some public fields to be used on the client-side JavaScript
  5. 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
  6. 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

Competitors

Edit


  1. 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.
  2. 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
  3. 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
  4. 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.
  5. 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

  


Vipin Cherukara Says:
Mon Mar 30, 2009 8:29 am
I would like to share my ideas on AJAX, Please
check the given URL's

http://vipinc007.blogspot.com/2009/03/ajax-few-new-techniques-without.html
http://vipinc007.blogspot.com/2009/03/articles-on-ajax-and-accessibility.html
http://vipinc007.blogspot.com/2008/09/by-now-nearly-everyone-who-works-in-web.html
neon Says:
Mon Jun 22, 2009 6:10 pm
Everything is very open and very clear explanation of issues. was truly information. Your website is very useful. Thanks for sharing.
http://www.promozioniweb.com/ Says:
Sat Oct 24, 2009 5:29 am
I really appreciate your work to this site.
ASP.NET MVC Hosting Says:
Wed Oct 28, 2009 5:39 pm
I appreciate with the nice work!

Real excellent!

Nice posts, Nice websites!
indialike Says:
Wed Dec 16, 2009 11:02 am
Very nice and useful tutorials to web designers,
Thanks for posting.
Blog design Says:
Tue Dec 29, 2009 11:24 am
I must say, it is a great project!
Research paper topics Says:
Tue Jan 05, 2010 3:56 pm
Thanks for great review!
pc satellite tv Says:
Fri Jan 22, 2010 8:25 am
very pleasure to visit this site. nice post. thanks for sharing.
undelete files Says:
Sat Jan 23, 2010 1:47 am
Thank you for your Great website

Leave Your Comment

Name (Required)
Mail (will not be published) (required)
Website
AddThis Social Bookmark Button
Top Projects
MSN Web Messenger
MessengerFX
ebuddy
e-messenger
ILoveIM
You Tube
AJAX file upload
KoolIM.com
Meebo
Ajax.NET Professional
Tutorials
How To Build Quick and Simple AJAX Forms with JSON Responses
Replace jQuery Validation Message Formatting with ASP.NET AJAX String.format()
Ajax Tutorials
Using the Google AJAX Search API: JSON serialisation with .NET
PHP ajax login form using Jquery
AJAX - JSON vs. XML
Detect browser in asp.net C#
Dealing with Long Running Processes in ASP.NET
JavaScript 2 evolution and the myth busting Tracing JIT
Get Live User Interaction on Your BuddyPress Site With Ajax Chat