For some specific reasons, I need to use the load () method for jQuery to feed a web page in a div layer.
Most of these web pages are simple .html files.
However, for some, there is some data processing - I would like to be able to use the ASP.NET MVC model (which the site embeds), but this is not possible with simple .html pages - so I need to use .aspx / .ascx.
I am wondering if this can be done, does anyone know if I can load the layer that is extracted from .ascx ViewPage into ASP.NET MVC?
source share