I need to have 2 progress bars in my application:
- Circular graphical progress bar (busy indicator)
- as shown in the link [15.1.3] when the page does a postback and
- A determinate progress bar
- as shown in the link [15.1.1] with showing a percentage when I update or load data into the grid which I use in my application.
Can anyone help me with code snippets and how I can proceed with my .aspx and .aspx.cs files in order to obtain these progress bars for my application?