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 |
What is the syntax to create ajax objects? : asp.net ajax
What are all the controls of Ajax?
Is ajax just another name for xmlhttprequest?
Explain what is polling in ajax?
Don't be too quick to dump your plugin or applet based portions of your application. While ajax and dhtml can do drag and drop and other advanced user interfaces there still limitations especially when it comes to browser support. Plugins and applets have been around for a while and have been able to make ajax like requests for years. Applets provide a great set of ui components and apis that provide developers literally anything.
Why do you use ajax?
How does html_ajax compare with the xajax project at sourceforge?
What are the difference between server-side ajax framework and client-side ajax framework?
What are all the technologies used by Ajax?
Can ajax technology work on web servers other than iis?
Is it possible to set session variables from javascript?
What are the basic controls in asp.net ajax?