Revision #2

You are currently reviewing an older revision of this page.
Go to current version
Step 1

Create a  CSS class called hiddenpanel:

.hiddenpanel
{
  visibility:hidden;
}



Step 2

Add following code in the MasterPage:

<asp:panel runat="server" cssclass="hiddenpanel">
  <asp:contentplaceholder id="PlaceHolderPageTitleInTitleArea" runat="server" />
</asp:panel>