Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6377437
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T01:52:23+00:00 2026-05-25T01:52:23+00:00

I have a lenghty ASP.NET page load process. Is there a way to display

  • 0

I have a lenghty ASP.NET page load process.

Is there a way to display a loading gif while the ASP.NET page loads?

Obviously I can’t use an image on the page itself, and when I fiirst load a “dummy page” with the “Loading…” picture, that page is discarded as soon as I redirect the user to the real page…

Any clue? Thanks

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-25T01:52:24+00:00Added an answer on May 25, 2026 at 1:52 am

    You can use an UpdateProgress control for this, like this:

    <asp:UpdateProgress ID="prgLoadingStatus" runat="server" DynamicLayout="true">
        <ProgressTemplate>
            <div id="overlay">
                <div id="modalprogress">
                    <div id="theprogress">
                        <asp:Image ID="imgWaitIcon" runat="server" ImageAlign="AbsMiddle" ImageUrl="/images/wait.gif" />
                        Please wait...
                    </div>
                </div>
            </div>
        </ProgressTemplate>
    </asp:UpdateProgress>  
    

    Here are some styles you can use if you want it to be semi-transparent:

    #overlay {
        position: fixed;
        z-index: 99;
        top: 0px;
        left: 0px;
        background-color: #f8f8f8;
        width: 100%;
        height: 100%;
        filter: Alpha(Opacity=90);
        opacity: 0.9;
        -moz-opacity: 0.9;
    }            
    #theprogress {
        background-color: #fff;
        border:1px solid #ccc;
        padding:10px;
        width: 300px;
        height: 30px;
        line-height:30px;
        text-align: center;
        filter: Alpha(Opacity=100);
        opacity: 1;
        -moz-opacity: 1;
    }
    #modalprogress {
        position: absolute;
        top: 40%;
        left: 50%;
        margin: -11px 0 0 -150px;
        color: #990000;
        font-weight:bold;
        font-size:14px;
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an ASP.Net application running under IIS 6. A simple page has two
I have a lengthy asp.net page. A HTML table in the page has a
I use asp.net 4 and C#. I have some nested Master Pages; I display
In WebForms ASP.NET site (IIS, single app pool), I have call to lengthy web
I have a ASP.NET web application that allows end users to upload a file.
We have an asp.net webpage that uses viewstate. During a lengthy operation (that takes
In an android activity I have a lenghty process in building a report (view).
I have an ASP.NET MVC application that allows the user to upload a file
I have an asp.net website that is nearing release. The site deals with business
I have a website where there is a lengthy list of items to display

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.