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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T10:20:02+00:00 2026-05-30T10:20:02+00:00

I am trying to make a button in html that when it is clicked,

  • 0

I am trying to make a button in html that when it is clicked, it calls a method that is in my controller that will create a pdf.

my controller is DashboardController, my method is called PrintConfirm()

here is my html:

<a onclick="<%:Url.Action("PrintConfirm")/%>fileName" rel="external" target="_blank">
    <button class="ui-icon ui-icon-print" data-role ="button">Print Confirmation</button>
</a>

When I run it, all I get is a printer icon and nothing happens when I click on it

  • 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-30T10:20:04+00:00Added an answer on May 30, 2026 at 10:20 am

    Your gator tag is incorrect, and your onclick should be href. Try this:

    <a href='<%=Url.Action("PrintConfirm")%>/filename' rel="external" target="_blank">
        <button class="ui-icon ui-icon-print" data-role ="button">Print Confirmation</button
    </a>
    

    In addition, you cannot call a void method from the view. Only actions may be invoked, and actions must have a return type of ActionResult.

    Also, if your PrintConfirm action is on different controller than the one which returned the current view, you’ll need to specify that controller’s name as well.

    <%=Url.Action("PrintConfirm", "PdfPrinter") /* where the controller is PdfPrinterController */%> 
    

    Edit

    If you were just trying to invoke the action asynchronously, you’ll probably want to use jQuery and AJAX. Let me know if you’d like an example.

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

Sidebar

Related Questions

I am trying to make a button, that when clicked, downloads a src defined
Trying to make simple jQuery function to create a scrollToTop button that fades in
I'm trying to make a Chrome extension that will search different cache databases for
I'm trying to make an HTML page that displays another html file in an
I'm trying to make a simple link that will toggle my status attribute in
I am trying to make the simple html button with rounder corner using CSS3
I'm trying to make a dynamic fb-like button that gets the page location but
I'm trying to make a form that will take given text and direct you
I am trying to make a button that redirects only if a user confirms
I'm trying to make a picture button in the compact framework. I made a

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.