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

  • SEARCH
  • Home
  • 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 736107
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T07:34:01+00:00 2026-05-14T07:34:01+00:00

I have a gridview with some imagebuttons, each of which kicks off a report

  • 0

I have a gridview with some imagebuttons, each of which kicks off a report page for that item. The report take 10-15 seconds to run, so I’d like a popup ‘Generating report, please wait’ type thing. I can think of a few ways but would like the opinion of those more experienced than I. The options I was considering:

a) link my imagebutton to an intermediate page that says ‘please wait’, and then refer it onto the report page from there. Seems a bit clunky
b) Investigate using jquery or similar. I have telerik controls, they have a few things but it isn’t clear if any are suitable.
c) Define some kind of CSS layer with a please wait warning on it, and make it visible as part of the button’s onclick event
d) Look into jquery or similar

Any thoughts?

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-14T07:34:02+00:00Added an answer on May 14, 2026 at 7:34 am

    I use Div with transparency, and its pretty cool and simple. Give it a try.

     <div id="ModalPopup" style="visibility: hidden;">
      <div style="position: fixed; width: 100%; height: 100%; z-index: 10002; background-color: Gray;
        filter: alpha(opacity=70); opacity: 0.7;">
        &nbsp;
      </div>
      <table style="position: fixed; width: 100%; height: 100%; z-index: 10003;">
        <tr>
          <td align="center" valign="middle">
            <div style="color: Black; font-weight: bolder; background-color: White; padding: 15px;
              width: 200px;">
              <asp:Image ID="Image3" runat="server" ImageUrl="~/Images/progress.gif" />
              Procesando....
            </div>
          </td>
        </tr>
      </table>
      </div>
    

    To display the div, use this JavaScript:

    document.getElementById(‘ModalPopup’).style.visibility = ‘visible’;

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

Sidebar

Related Questions

I'm working on some code which fills a GridView full of images that have
I have a GridView that is customized by each page that uses it. The
Assume I have an asp:GridView with some customer information. On that page I also
Need some help with DataFormatString in GridView. I have a Double value that needs
I have a GridView which retrieves data from a database. Users have roles, some
I have a GridView with some data and a pager so that I don't
We have a GridView that bind to some data and it look like this:
I have a gridview that I databind dynamically in my codebehind. For some reason,
I have a gridview that displays some basic info for an onlnie order (part,
Background: I have a gridview which is very wide. Some of the headers have

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.