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 8136063
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T10:37:34+00:00 2026-06-06T10:37:34+00:00

I have code in my Page_load method that can take up to a few

  • 0

I have code in my Page_load method that can take up to a few seconds to fetch back the data and store it into a table.

How can I display a percentage (or just generic) loading bar until all the data is ready, as oposed to just having the empty table until the data is ready?

Is there an asp control dedicated to progress bars?

  • 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-06-06T10:37:36+00:00Added an answer on June 6, 2026 at 10:37 am

    If you simply want to show the data, you may use ana ajax call to server on the dom ready If event and show it

    <div id="myTableDate"> </div>
    <script type="text/javascript">
    
    $(function(){
       //Whatever inside this block will be executed once DOM finishes loading
       $("#myTableDate") .html("Loading data....").fadeIn(100,function(){
          $("#myTableDate").load("getdata.aspx");
       });    
    });
    
    </script>
    

    And you should have a getdata.aspx page which returns the HTML markup you wish to display.

    You may alternatively use ashx handlers to get the HTML Markup data. (this is my preference)

    This solution needs jQuery library to be included in your page.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

In The Page_Load event of an ASP.NET USercontrol, I have the following Code: If
i have this simple code to load data from other php page using get
I have code that redirects visitor to login -page via authentication provider selector -page
every night i have a trigger that executes asp.net page with method that first
I have this method that receives an ID number and downloads an HTML website
I'm having a validation issue that I can't figure out. I know I have
I have this code here in PHP using Codeigniter framework, I can't seem to
I am trying to add a few additional lines of code to the Page_Load
I have the following part in my Page_Load method: DropDownList1.Items.Add(Audi); DropDownList1.Items.Add(BMW); … DropDownList1.Items.Add(Ford); …
i have the following code to try and load a local html page in

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.