Thursday, September 17, 2009

How to seperate edit mode controls and display mode controls in ASPX of a SharePoint publishing page layout?

Scenario:
It is possible to separate the edit mode controls from display mode controls from the aspx file of a SharePoint publishing page layout

Code:

<PublishingWebControls:EditModePanel runat="server" PageDisplayMode="Display">
<PublishingWebControls:EditModePanel runat="server" PageDisplayMode="Edit">

No comments:

Post a Comment