views:

41

answers:

3

Hi,

I have used AJAX (Microsoft AJAX) in asp.net and used it controls such as update panel, postback trigger, calendar control, modal popup etc but i wanted to learn basics of AJAX say how ajax works, how it renders the page, why to use AJAX, why NOT to use Ajax?

Thanks

+2  A: 

Here are a couple of good resources:

Oded
+1  A: 

here is a nice page that show how Ajax Works

http://www.jabet.com/

Now here is a nice page with 10 practical use of Ajax

http://www.noupe.com/ajax/how-ajax-works.html

From my point of view :) If you have a date with a woman, don't try to find a library for how woman is created or how woman is function*, just have a nice day with her - now change the woman with the ajax and you get my point of view :)

*You never find that anyway :)

Aristos
thanks for such a lovely analogy...
Romil Nagrani
A: 

The Mozilla Developer Center has a nice collection of articles regarding AJAX, e.g. an article on how to getting started, which will guide you through the AJAX basics; it also provides a link to the article "Ajax Mistakes", which outlines some of the mistakes you can make when using AJAX

Giu