jQuery and Ajax.NET Professional (AjaxPro)

Michael Schwarz on Tuesday, April 10, 2007

jQuery [1] is a fast, concise JavaScript library that simplifies how you traverse HTML documents, handle events, perform animations, and add Ajax interactions to your web pages. jQuery is designed to change the way that you write JavaScript, but it can be only used on the client-side JavaScript code. That means you need a framework on the server-side code if you want to add Ajax interactions to your web pages.

Ajax.NET Professional [2] (AjaxPro) is one of the right answers that you can use if you are using the Microsoft .NET Framework 1.1/2.0 on the server-side code, doesn't matter which .NET language you are using.

AjaxPro is very easy to use with other JavaScript frameworks. You simple remove the AjaxPro.Utility.RegisterTypeForAjax(typeof(...)); line in your Page_Load and replace the Ajax requests with other frameworks.

jQuery is doing the job very good, you simply have to write following code if you want to run an asynchronous call to a HelloWorld method in YourNamespace.Test class which will return a copy of the inpust string s.