---
title: "Why do we use the UpdateProgress control in AJAX?"  
description: "Why do we use the UpdateProgress control in AJAX?"  
author: "Sumit Kesarwani"  
published: 2014-09-02  
updated: 2020-09-21  
canonical: https://www.mindstick.com/interview/2120/why-do-we-use-the-updateprogress-control-in-ajax  
category: "asp.net"  
tags: ["asp.net"]  
reading_time: 1 minute  

---

# Why do we use the UpdateProgress control in AJAX?

The UpdateProgress control is somewhat related to the UpdatePanel control. The UpdateProgress control enables you to design a user-friendly interface when a Web page consists of a number of UpdatePanel controls for partial-page rendering.

The UpdateProgress control makes you aware of the status information about the partial-page updates in the UpdatePanel control.

## Answers

### Answer by Sumit Kesarwani

The UpdateProgress control is somewhat related to the UpdatePanel control. The UpdateProgress control enables you to design a user-friendly interface when a Web page consists of a number of UpdatePanel controls for partial-page rendering.

The UpdateProgress control makes you aware of the status information about the partial-page updates in the UpdatePanel control.


---

Original Source: https://www.mindstick.com/interview/2120/why-do-we-use-the-updateprogress-control-in-ajax

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
