ASP.Net MVC View within WebForms Application
Posted
by Neil
on Stack Overflow
See other posts from Stack Overflow
or by Neil
Published on 2009-04-04T06:09:01Z
Indexed on
2010/05/19
16:00 UTC
Read the original article
Hit count: 302
asp.net-mvc
|ASP.NET
I am adding functionality to an ASP.Net webforms application and we've decided that new development will be done MVC with a view to move all functionality over eventually.
Obviously, MVC and WebForms play together rather nicely when it comes to accessing an MVC action via a URL. However, I'd like to display the MVC view within an existing tab (telerik) control on a WebForm page. This view will be using js/css file so that will need to be considered also.
© Stack Overflow or respective owner