I want to display the contents of an aspx web forms page inside an aspx mvc partial view.
Both these pages are in different projects.
I have tried including the web forms page inside the web mvc project , but it doesn't work. Please help.
Asked
Active
Viewed 374 times
-1

Rohan Khandelwal
- 13
- 1
- 7
1 Answers
0
Integrating web forms with MVC is entirely possible. See this blog post by Scott Hanselman for that.
and hers is some stack overflow previous discussion links :
Is it possible to share a masterpage between MVC and webforms?
Launch an ASP MVC project from a normal .aspx page
How to open MVC 4 view page from webform.aspx page?
Must think this : asp.net webfornm having asp.net controls , but MVC razor view engine
having html (cshtml) controls .
Refer this : Custom controls with ASP.NET MVC Razor
and More Stack overflow answers was here : Search of SO

Community
- 1
- 1

Ramesh Rajendran
- 37,412
- 45
- 153
- 234