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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T19:59:49+00:00 2026-06-07T19:59:49+00:00

I am using IIS/asp.net and have a requirement to have two links side by

  • 0

I am using IIS/asp.net and have a requirement to have two links side by side on the same page. They both link to the same exact file, but with two different behaviors, one should view the file and the other should download the file.

<a title="Specifications" href="/filename.pdf">
   <img alt="View Icon" src="/images/viewIcon.jpg" />
</a>    
<a title="Specifications" href="/filename.pdf">
   <img alt="Download Icon" src="/images/downloadIcon.jpg" />
</a>

enter image description here

I have seen some tips here on SO about forcing one behavior or the other through MIME types, or via Content-Disposition: attachment

But is there anyway to have this arrangement where both live on the same page? I was hoping ideally to be able to add something to the link itself or to the href.

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-06-07T19:59:51+00:00Added an answer on June 7, 2026 at 7:59 pm

    If you want to force it you can do it on the server side. I’m not sure if you are using webforms or mvc, but either way on the server side you can add something like this to the header:

    Response.AddHeader(“Content-Disposition”, “attachment;filename=whatevernamehere.pdf”);

    That will force the browser to download as an attachment. You only need to do this for the ‘download’ link and leave the ‘view’ link alone (to view it in the browser).

    Hope that helps!

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

Sidebar

Related Questions

I have a ASP.NET website deployed under IIS uisng virtual directories. I'm using forms
I have an ASP.NET MVC 3 app hosted on IIS. This app is using
I have a current system using IIS 6 and 7, written in ASP.NET with
I have an ASP.NET application running on IIS 7 and using Windows Authentication. For
I have a ASP.NET 4.0 web forms application (IIS 7) where I am using
iam using c#,asp.net and iis, i want to simulate slow internet connection on my
I'm using ASP.NET MVC to develop a web application, deploying to IIS 7. I've
I' am building some RSS web service in ASP.net (using IIS as the web
we are using IIS 5 + Windows XP on our machines, they have Celeron
Using Visual Studio 2008, I have published my ASP.NET website to my local disk

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.