Ajax in ASP.NET
Why we used Ajax ? What are the advantages of Ajax?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Suthish NairPosted Oct 11, 2011, 4:02 PM
Javeed M ShaikhPosted Oct 11, 2011, 2:17 PM
Ajax is a method of employing JavaScript, DHTML, and the XMLHttp behavior in the browser to provide truly dynamic content on a web page without the page-refresh. So if you want to reduce you time in doing form validations (ajax has control to do that), if you want to reduce your bandwidth usage (ajax will process on the server and you show some icon to the user in the front end), if you want your page to look more sleek,interactive and simple (ajax has the controls which you can use and do it faster) user interaction is much nicer as the page is not refreshed and the content is displayed there it self on the click.
Ajax has been around since a long time but being utilized in the framework now.
Please do not forget to mark "Accepted Answer".