Which request is better with ajax, get or post?
Answer / Prashant Rawat
In general, for creating and updating data on the server, POST requests are preferred because they send data to the server as part of the body. GET requests should be used only for retrieving data.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain differences between the page execution lifecycle of an asp.net page and an asp.net ajax page?
Why do we use the updateprogress control in ajax? : asp.net ajax
How was ajax killed?
What is asp.net ajax? : asp.net ajax
What are the technologies used by ajax?
What are the advantages of Ajax?
What is the response time when using ajax?
Where should I start?
What are ajax limitations?
How do I send an image using ajax?
What is use of Update Panel control in Ajax toolkit?
Is ajax an api?