Posted on: 1/23/2015 9:36:41 PM | Views : 513

Hi, I'm a junior web developer & I have a question about Frames and Master Pages.
I'm actually working with the SharePoint 2010 Administration Toolkit. There are some pages in ASP.NET that load content from the master page with ContentPlaceHolders, but there's one that doesn't do that. It loads content with <Frameset> and <Frame> tags. My objective here is to add some content from the master page to that page (because this one is totally different from the others).
My question is: Is it possible? I mean, I think I cannot use ContentPlaceHolders in a page with HTML content and frames.
Would someone help me with this?

Go to the complete details ...