Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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">
<h2>
<asp:ContentPlaceHolder id="PlaceHolderPageTitleInTitleArea" runat="server" />
</h2>
</asp:Panel>