I have an asp.net website with a master-page, can I use the iframe
so my .aspx
pages will load inside the iframes
. (Meaning it wont load the master-page)
Kinda like my iframe
will be the contentplaceholder
or maybe the contentplaceholder
will be inside it?
Any Ideas?
try this
Expose this iframe in the master page's codebehind:
Add the MasterType directive for the content page to strongly typed Master Page.
In code behind