UpdateProgress in MasterPage
-
Hello everyone, In my project,I have a master page which is applied to almost all the other aspx pages.On some of the pages I have used Update Panels.I want to display a Loading image whenever any page is opened or any button on the page is clicked(i.e. on every postback). Hence,I placed an UpdateProgress control on Master Page ,then I put the ContentPlaceHolder inside an UpdatePanel(say, UP1) and set AssociatedUpdatePanelProperty to UP1.But it works only when first time I try to login into the site,after that it doesn't work at all,for any postback. Any idea why is it behaving like this? Please give some suggestions to make it work for all the postbacks. Thank You.
-
Hello everyone, In my project,I have a master page which is applied to almost all the other aspx pages.On some of the pages I have used Update Panels.I want to display a Loading image whenever any page is opened or any button on the page is clicked(i.e. on every postback). Hence,I placed an UpdateProgress control on Master Page ,then I put the ContentPlaceHolder inside an UpdatePanel(say, UP1) and set AssociatedUpdatePanelProperty to UP1.But it works only when first time I try to login into the site,after that it doesn't work at all,for any postback. Any idea why is it behaving like this? Please give some suggestions to make it work for all the postbacks. Thank You.
there may be the problem of multiple script managers in master page as well as the content page. Try using ScriptManagerProxy in content pages. If this was not your problem, let me know:rose:
Abhishek Sur My Latest Articles Basics on LINQ and Lambda Expressions
Create .NET Templates -
there may be the problem of multiple script managers in master page as well as the content page. Try using ScriptManagerProxy in content pages. If this was not your problem, let me know:rose:
Abhishek Sur My Latest Articles Basics on LINQ and Lambda Expressions
Create .NET Templates