I want to use Ajax in our application, What is the advantage of using that.
Loading
I want to use Ajax in our application, What is the advantage of using that.
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.
abhishek trivediPosted Sep 18, 2007, 12:17 AM
if u r using AJAX in ur application it will allow to post ur data to server without any page post back means there will bw no page load.
for that u have to use script manager control for .net ajax and inside that u have to place controls u want to send data to server asynchroniouslly.
advantages are so many but u have to consider main two disadvantage of that
(1) there is no postback so ur browser dont get idea of previous reply.
(2) because u r using javascript it may happen that some computer has Javascript desable so ur application wont work there apart from that it is best to use ajax in .net .
i have used so many time and enjoy as well.
Best Luck
Mahesh ChandPosted Aug 1, 2007, 8:44 AM
Read this:
http://www.c-sharpcorner.com/UploadFile/mahesh/Ajax1002082007144006PM/Ajax10.aspx