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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T22:55:14+00:00 2026-05-31T22:55:14+00:00

I am calling .ashx file for download excel file from Master page menu item.

  • 0

I am calling .ashx file for download excel file from Master page menu item. But here confusion for user. user doesn’t know whether download happening or not.

How can put a progress bar popup when menu item clicked in masterpage and auto disappear after download?

MasterPage.Master

if e.Item.Text = "Download" Then
   Dim strUrl As String = "../Users/Download.ashx"
   ResponseHelper.Redirect(strUrl, "_black", "resizable=no, scrollbars=no")
end if

Download.ashx

Public Sub ProcessRequest(ByVal context As HttpContext) Implements IHttpHandler.ProcessRequest
     'Some logic
     Dim filename As String = "FullExtract_" & Now.Year.ToString & Now.Month.ToString & Now.Day.ToString & ".xlsx"
     context.Response.ContentType = "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"
     context.Response.AddHeader("content-disposition", "attachment;  filename=" & filename)
     context.Response.BinaryWrite(pck.GetAsByteArray())
     context.Response.End()
 End Sub
  • 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-31T22:55:15+00:00Added an answer on May 31, 2026 at 10:55 pm

    If it wouldn’t interfere with any existing restrictions, you could use jQuery’s .ajax() function in your page to make the ajax call and handle the client notification as part of that call (rough example):

    // Notify the user about downloading.
    
    // Perform the download
    $.ajax({
        type: "POST",
        url: '/Users/Download.ashx',
        success: function(data) {
            // Notify the user it's done.
        }
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am calling a webservice that generates a Excel file and when it's done
Calling a Lua function from C is fairly straight forward but is there a
I've created a page that allows users to download a file when they click
I'm having trouble with a webmethod used to download a file to a calling
Calling image = Image.open(data) image.thumbnail((36,36), Image.NEAREST) will maintain the aspect ratio. But I need
Calling Html.RenderPartial(~/Views/Payments/MyControl.ascx); from a view works if MyControl.ascx is a control that directly inherits
Calling the ajax called URL works well without ajax eg. http://localhost/ci/controller/method/param_value . But using
Calling urrlib2.urlopen on a link to an article fetched from an RSS feed leads
When calling functions that always throw from a function returning a value, the compiler
I have an ashx handler which takes the 'html' property from the request, then

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.