Some site I\'m programming is using both ASP.NET MVC and WebForms.
I have a partial view and I want to include this inside a webform. The partial view has some code
most obvious way would be via AJAX
something like this (using jQuery)