Custom Search

Wednesday, July 22, 2009

Easy steps to develop application using Ajax.NET Pro Library

Preparing your application to use the Ajax.NET Pro library requires the following steps:

1. First, you have to set up your ASP.NET application to be Ajax.NET Pro–enabled. This is done with the reference being set to the AjaxPro.dll assembly.

2. Second, you must modify your Web.Config file to register the AjaxPro.AjaxHandlerFactory to process all the AjaxPro/*.ashx requests.

3. Now that your application is Ajax.NET Pro–enabled, you’re ready to build some Ajax functionality into your pages. On the page level, register your page class with the AjaxPro.Utility
.RegisterTypeForAjax() method.

4. Then decorate your methods with the AjaxPro.AjaxMethod() attribute.

5. Finally, the Ajax.NET Pro library will create a JavaScript proxy object for you that follows the ClassName.MethodName() naming convention. Just add a little client UI and JavaScript to activate your server response, and your application is running on Ajax fuel.

Thursday, July 16, 2009

Google vs. Microsoft: What you need to know

Its enough to know about competition between Google and Microsoft...

http://edition.cnn.com/2009/TECH/07/15/google.microsoft.battle/index.html

Wednesday, July 1, 2009

AJAX.NET Professional Library Example

Get total project example for AJAX.NET Professional Library

AJAX.Net Professional Library

1. Download AJAX Professional Library for Microsoft.NET 1.1


2. Download AJAX Professional Library for Microsoft.NET 2.0


3. Download AJAX Professional JSON Library for Microsoft.NET 1.1


4. Download AJAX Professional JSON Library for Microsoft.NET 2.0


You need to configure your web site with the web.config file as following.



JavaScript Prototype Framework 1.6.0.3 (updated version)

You can get a nice overview of JavaScript Prototype Framework here.



You can get the prototype 1.6.0.3.js directly from here.