Reputation: 785
When I use <iframe>
in a content area of a webform, the master page gets all messed up.
I have reduced it down to a simple:
<iframe src=""> </iframe>
The master page in the containing webform (parent) gets total bashed. I also tried to do this programmatically with a PlaceHolder
control. Same results. This is running on .NET 4.5.2.
Upvotes: 0
Views: 45