Which control you need to place on the page to show loading image?
Answer / Ravi Dhawan
To display a loading image, you can use an HTML `<div>` or a custom-made `<img>` tag, and hide it initially using CSS (display: none). Then, when an AJAX request starts, you can change the `<div>`'s or `<img>`'s CSS property to display the loading image. Once the AJAX request is complete, you can hide the loading image again.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the extender controls?
What is advantage of ajax?
How to control the duration of an Ajax request?
How do we abort the current xmlhttprequest in ajax?
What are the extender controls? : asp.net ajax
What is the minimum version of php that needs to be running in order to use html_ajax?
What are the common problems (errors) you get while implementing AJAX?
What are the benefits of ajax?
What are the protocols used by Ajax?
How do you know that an ajax request has completed?
How was ajax killed?
How many types of ready states in Ajax?