Anything and everything?
Probably not.
The great programmers answer is...
"It depends."
Postbacks that are only going to cause a small update to the page are a
great place to start.
I certainly wouldn't make the entire website one great big
postback/updatepanel. While it would be an interesting concept, it would
probably be more work to maintain then it is worth. It would also give
you a one page web site from a search engine perspective.
-----Original Message-----
From: Wannabe [mailto:
[email protected]]
Posted At: Wednesday, November 28, 2007 4:52 PM
Posted To: microsoft.public.dotnet.framework.aspnet
Conversation: Why use Ajax -- All comments welcome
Subject: Why use Ajax -- All comments welcome
We are looking at Ajaxing our existing web application. Question
is...Should
we Ajax any and everything we can, or not? One example...if a page posts
back
to itself, is that a good candidate for Ajax?