In this post, we want to discuss a nice function for the implementation of an AJAX Progress Bar in ASP.NET. Before we get started, if you want to know about GridView with a subtotal and grand total, please go through the following article: C#: GridView with subtotal and total.

Let’s start. First, you need to register AjaxControlToolkit with the following code:

 

Then, you should use the following code for the Ajax process ber

 

To view the process bar, you need to add some CSS code to your existing CSS file  for a better user experience:

AJAX Progress Bar in ASP.NET

Leave a Comment