How to user Update Progress Bar in Master page and in aspx page
-
I want to use update progress bar in master page. And these master page is inherited by other aspx pages. In the aspx page when any button click is occurred while loading a page this update progress bar should appear. And after loading it should make invisible. So please help me in this question.....
-
I want to use update progress bar in master page. And these master page is inherited by other aspx pages. In the aspx page when any button click is occurred while loading a page this update progress bar should appear. And after loading it should make invisible. So please help me in this question.....
Hello Sandeep, I assume you want to create a global progress bar for your application. See if below article helps you in achieving it. create-a-global-progress-bar-for-your-aspnet-ajax-applications[^]
Thanks & Regards, Vani Kulkarni
-
Hello Sandeep, I assume you want to create a global progress bar for your application. See if below article helps you in achieving it. create-a-global-progress-bar-for-your-aspnet-ajax-applications[^]
Thanks & Regards, Vani Kulkarni
HI Vani, Yes i want to use a global progress bar. So that i can use it in entire of my application. And the above solution you gave is not working. When i give any request it is not even displaying. So Plz help me.