<iframe src ="html_intro.asp" width="100%" height="300">
<p>Your browser does not support iframes.</p>
</iframe>
I'm using MVC pattern. I want to load a view file inside the iframe. According to MVC pattern view files have to be loaded through a controller, So how can i give "src" link to a view file.
Or else without using iframes, is there are any better ways to insert a frame to a web page
how to giv "src" link in an Iframe
Moderator: General Moderators