Click here to Skip to main content
15,881,709 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
XML
i have created an MVC3 project with Razor engine. I need to implement a TabPanel  in each field of the tabPanel there is a specific view already defined in this project.

How can I call directly the old defined views (in .aspx) in the new TabPanel fields (.cshtml)? I cant do some copy paste because the two files type are different
Posted

1 solution

You won't be able to use both together.
However, try Mixing Razor Views and WebForms Master Pages with ASP.NET MVC 3[^] - there is a "maybe"!
 
Share this answer
 
v2
Comments
Volynsky Alex 17-Mar-14 17:07pm    
Nice link!

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