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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T18:42:38+00:00 2026-05-11T18:42:38+00:00

I am using ASP.NET2.0. I have created a download form with some input fields

  • 0

I am using ASP.NET2.0. I have created a download form with some input fields and a download button. When the download button is clicked, I want to redirect the user to a “Thank you for downloading…” page and immediately offer him/her the file to save.

I have this following code to show the savefile dialog:

public partial class ThankYouPage : System.Web.UI.Page
{
    protected void Page_Load(object sender, EventArgs e)
    {
        Response.Clear();
        Response.AddHeader("Content-Disposition", 
                          "attachment; filename=\"downloadedFile.zip\"");
        Response.ContentType = "application/x-zip-compressed";
        Response.BinaryWrite(this.downloadedFileByteArray);
        Response.Flush();
        Response.End();
    }
}

Obviously, this code does not allow to display any “Thank you” message. Is there an “AfterRender” event or something similar of the Page where, I could move this download code and give a chance for the page to render the “thank you” message to the user? After all, I am truely thankful to them, so I do want to express that.

  • 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-11T18:42:39+00:00Added an answer on May 11, 2026 at 6:42 pm

    You could reference a download page from your thank you page using an IFrame

    <iframe src="DownloadFile.aspx" style="display:none;" />
    

    In this case, DownloadFile.aspx would have the code behind from your example.

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

Sidebar

Related Questions

I have a web application using ASP.NET 2.0 and I want to know if
I am using ASP.NET 2.0 C#. I want to redirect all request for my
We have a website running .NET 2.0 and have started using the ASP.Net HttpRuntime.Cache
I have a fairly simple ASP.NET 2.0 menu control using a sitemap file and
I have a ASP.Net 2.0 website that is currently using a custom MembershipProvider and
I have an ASP.Net 2.0 web site, using the DotNetNuke framework (4.09), and it
I have a site that I am currently working on in ASP.NET 2.0 using
Using ASP.net 2.0, how do I present the information to the user similar to
I am using ASP.NET 2.0 and VS 2005. I need to populate a grid
Is it possible to create a REST web service using ASP.NET 2.0? The articles

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.