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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T20:27:53+00:00 2026-06-18T20:27:53+00:00

I have a view called drawGraph , this is accessed through the controller via;

  • 0

I have a view called drawGraph , this is accessed through the controller via;

@Html.ActionLink("DrawGraph", "drawGraph", new {id =item.data}) 

When i use this link the page loads on a new page (as it would) i would like to display it as a part of the page that the link is on, is there any easy way to achive this?

my controller looks like this;

   public ActionResult drawGraph(string data)
    {
         *Bunch of code
         return View(chart);
     }
  • 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-18T20:27:54+00:00Added an answer on June 18, 2026 at 8:27 pm

    Yes you can, however you need to use Ajax, luckily ASP.NET MVC provides some nice convenience methods like Ajax.ActionLink

    @Ajax.ActionLink("DrawGraph", "drawGraph", new {id =item.data},  
                     new AjaxOptions
                                {
                                    UpdateTargetId = "yourDiv",
                                    InsertionMode = InsertionMode.Replace,
                                })
    
    <div id="yourDiv"> </div>
    

    Then you need to return a partial view from your action with PartialView:

    public ActionResult drawGraph(string data)
    {
    
        //Bunch of code    
        return PartialView(chart);
    }
    

    You should not forget to include the jquery.unobtrusive-ajax.min.js in your layout/view in order to the Ajax helpers work.

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

Sidebar

Related Questions

I have a view controller called vc0 which is presented like this: [self presentViewController:
I have a view called volunteer_edit. Within volunteer_edit, I use jQuery to loop through
I have a Django view called change_priority. I'm posting a request to this view
Ok, so here's the situation. I currently have a view controller called MainViewController which
I have a view and template called index.html. I have a image which is
I have a controller called Diary with an action called View . If I
I am new to iPhone development. I have a view called barView which is
I have created a controller called loginController.cs and i have created a view called
I have a View Controller calling a method in its own view called closeMenu.
I can't update the view model. I have view called: Overview I have this

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.