I am adding functionality to the ASP.NET web form application, and we decided that the new development would be done by MVC, in order to eventually move all the functionality.
Obviously, MVC and WebForms play pretty well together when it comes to getting an MVC action through a URL. However, I would like to display the MVC view in the existing taber (telerik) control on the WebForm page. This view will use the js / css file, which will also need to be considered.
source
share