Why we r using AJAX in ASP.NET ?
Answers were Sorted based on User's Feedback
Answer / subramaniam
ajax which is used to reducing thr round trip time to server
this mainly avoiding reload of whole page into server.
| Is This Answer Correct ? | 22 Yes | 1 No |
Answer / krishna
bcoz it is based on a host of existing technologies and it
reduces network traffic since it makes asynchronous calls
to server so there is no round trip
| Is This Answer Correct ? | 18 Yes | 2 No |
How can we handle exception handling in Ajax?
What is the difference between RegisterClientScriptBlock, RegisterClientScriptInclude and RegisterClientScriptResource?
1 Answers Clavax Technologies,
Describe the situations in which ajax should not be used? : asp.net ajax
What is synchronous request in ajax?
When do I use a synchronous versus asynchronous request?
What's the difference in HTML AJAX, ASP.Net AJAX?
When do I use a synchronous versus a asynchronous request?
Which is the purpose for using the scriptmanager?
Differentiate between synchronous and asynchronous ajax requests.
Explain the updatepanel control? : asp.net ajax
Would we be able to call server-side code from javascript?
How Ajax objects can be created?