Sunday, July 19, 2009

Controlling the Webpart orientation

Scenario:
While working on my group site I wanted to have a layout for Profile Page Layout where I can add web parts horizontally in the web part zone.

Solution:
webpart zone
Code:

<WebPartPages:WebPartZone runat="server" FrameType="TitleBarOnly" LayoutOrientation="Horizontal" ID="Left" Title="loc:Left" />
Article:
MSDN

0 comments: