Which request is better, Get or Post?
Answer / v madhu babu
AJAX requests should use an HTTP GET request where the data does not change for a given URL requested.
An HTTP POST should be used when state is updated on the server. This is highly recommended for a consistent web application architecture.
Is This Answer Correct ? | 0 Yes | 0 No |
How ajax work ?
When do I use a synchronous versus a asynchronous request?
Can we use nested update panel in Ajax?
What is the difference between synchronous postback and asynchronous postback? : asp.net ajax
What do I do on the server to interact with an ajax client?
What is ajaxcontrol toolkit?
Can I use ajax with seam?
What are the types of send() method used for xmlhttprequest?
What is use of Update Panel control in Ajax toolkit?
How do I submit a form or a part of a form without a page refresh?
What are the browser versions that ajax is compatible with?
What are the components of the ASP.NET Ajax Client Library?