.Net and Ajax [Archive] - SpeedGuide.net Broadband Community

View Full Version : .Net and Ajax


smithcarvo
08-14-08, 01:49 AM
Hi all,

How can I implement Ajax in asp.net 2.0 application.

I will highly appreciate your feed back.

Thanks in advance.

stevebakh
08-18-08, 05:10 PM
AJAX is a technique for transferring data between the server and client asynchronously.

In it's most simplest form, it requires some Javascript to make a request to the server, the code on the server (.NET) returns some data and the Javascript acts on that data once it's received.

This might be a good start for you: http://developer.mozilla.org/en/docs/AJAX:Getting_Started