Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. UpdateProgress in MasterPage

UpdateProgress in MasterPage

Scheduled Pinned Locked Moved ASP.NET
questionannouncement
3 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    anada8886
    wrote on last edited by
    #1

    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.

    A 1 Reply Last reply
    0
    • A anada8886

      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.

      A Offline
      A Offline
      Abhishek Sur
      wrote on last edited by
      #2

      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

      A 1 Reply Last reply
      0
      • A Abhishek Sur

        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

        A Offline
        A Offline
        anada8886
        wrote on last edited by
        #3

        Hey, thanx for the reply,but it din't work. Any other suggestion??? What might be the possibility that updateProgress is not working on page load,any idea???

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups