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. General Programming
  3. C#
  4. progress bar while switching to new page

progress bar while switching to new page

Scheduled Pinned Locked Moved C#
csharpjavascriptasp-netsysadminperformance
2 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>

    L 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>

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #2

      Mugdha_Aditya wrote:

      I need to develop a progress bar in my web application which is in asp.net.

      Then kindly post your question in the correct forum, i.e. ASP.NET.

      I must get a clever new signature for 2011.

      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