Jon Glazer
Jon Glazer

Reputation: 785

iFrame breaks master page in C# ASP.NET

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

Answers (0)

Related Questions