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. Progress Bar

Progress Bar

Scheduled Pinned Locked Moved ASP.NET
csharpjavascriptasp-netsysadminperformance
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.
  • M Offline
    M Offline
    Mugdha_Aditya
    wrote on last edited by
    #1

    Hi all, I need to develop a progress bar in my web application which is in asp.net. This progress bar should see on screen while switching to new page of my application. I have master page in which i have created diffrent menues.. like Audit,Manual,Update on click of tht different pages will get disply. so i want to disply progressbar on click of those menus <td id="tdmnuPerfRating" valign="middle" align="center" style="width: 200px; height: 25px; background-image: url(./images/grey_bg.jpg);" onmouseover="javascript:changecolor(this,'on');" onmouseout="javascript:changecolor(this,'off');"> <asp:HyperLink ID="HyperLink3" runat="server" CssClass="CSMenu" Text="Performance Rating" NavigateUrl="~/ViewAudit.aspx" /> </td> <td align="center" valign="middle" style="width: 1px; height: 25px"> <div style="display: inherit;"> <img src="images/line_vertical.jpg" border="0" alt="Line" height="25px" /></div> </td> <td id="tdIssue" valign="middle" align="center" style="width: 200px; height: 25px; background-image: url(./images/grey_bg.jpg);" onmouseover="javascript:changecolor(this,'on');" onmouseout="javascript:changecolor(this,'off');"> <asp:HyperLink ID="HyperLink27" runat="server" CssClass="CSMenu" Text="Issues" NavigateUrl="~/ViewIssues.aspx" /> </td>

    N 1 Reply Last reply
    0
    • M Mugdha_Aditya

      Hi all, I need to develop a progress bar in my web application which is in asp.net. This progress bar should see on screen while switching to new page of my application. I have master page in which i have created diffrent menues.. like Audit,Manual,Update on click of tht different pages will get disply. so i want to disply progressbar on click of those menus <td id="tdmnuPerfRating" valign="middle" align="center" style="width: 200px; height: 25px; background-image: url(./images/grey_bg.jpg);" onmouseover="javascript:changecolor(this,'on');" onmouseout="javascript:changecolor(this,'off');"> <asp:HyperLink ID="HyperLink3" runat="server" CssClass="CSMenu" Text="Performance Rating" NavigateUrl="~/ViewAudit.aspx" /> </td> <td align="center" valign="middle" style="width: 1px; height: 25px"> <div style="display: inherit;"> <img src="images/line_vertical.jpg" border="0" alt="Line" height="25px" /></div> </td> <td id="tdIssue" valign="middle" align="center" style="width: 200px; height: 25px; background-image: url(./images/grey_bg.jpg);" onmouseover="javascript:changecolor(this,'on');" onmouseout="javascript:changecolor(this,'off');"> <asp:HyperLink ID="HyperLink27" runat="server" CssClass="CSMenu" Text="Issues" NavigateUrl="~/ViewIssues.aspx" /> </td>

      N Offline
      N Offline
      Not Active
      wrote on last edited by
      #2

      Firstly, in the future when posting code snippets please format them using the "code block" menu item. You will not be able to have the progress bar remain while navigating to another page in this manner. Remember the web is stateless so each request is rendered new to the browser, thus closing the current displayed page.


      I know the language. I've read a book. - _Madmatt

      M 1 Reply Last reply
      0
      • N Not Active

        Firstly, in the future when posting code snippets please format them using the "code block" menu item. You will not be able to have the progress bar remain while navigating to another page in this manner. Remember the web is stateless so each request is rendered new to the browser, thus closing the current displayed page.


        I know the language. I've read a book. - _Madmatt

        M Offline
        M Offline
        Mugdha_Aditya
        wrote on last edited by
        #3

        thaks for the your reply :)

        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