Click here to Skip to main content
15,921,697 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I am using the ASP.NET MVC 4 framework. I am wondering if you can copy a javascript object and pass it into another view or window?

I have a Highcharts graph that is in a view. I want to take that graph and put it in another window. Any idea how to do this?

So far I have the idea to use HTML.ActionLink to pass the data to the controller, and have a Model to represent that data. Then I pass that model with that data to the new view and have it be interpreted during runtime.

Is there an easier way to do this?
Posted

1 solution

Followed this solution here
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900