Suppress Masterpage

  • Thread starter Thread starter Jonas Pedersen
  • Start date Start date
J

Jonas Pedersen

hi,

I am looking into reusing code to limit number of pages.
When ever I display a user's name on the site, It is with a hyperlink so you
can view the user profile in a popup window.
Is there a way to suppress the masterpage when a page is shown in my popup
windows?

Jonas
 
Sure, just don't specify a master page for the popup window.

In the page header, don't add a MasterPageFile attribute.
 
Back
Top