About Me

My photo
Muthupet, TamilNadu, India
SharePoint 2010

Monday, December 17, 2012

Profile Picture On Masterpage Login


1.With in Register

<%@ Register Tagprefix="SPSWC" Namespace="Microsoft.SharePoint.Portal.WebControls" Assembly="Microsoft.SharePoint.Portal, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %>

2.with in the

<div class="s4-trc-container-menu">
   <div>
    <SPSWC:ProfilePropertyImage PropertyName="PictureUrl" style="float: left; height: 40px;" ShowPlaceholder="true" ID="PictureUrlImage" runat="server"/>
    <wssuc:Welcome id="IdWelcome" runat="server" EnableViewState="false">
   </wssuc:Welcome>
   <wssuc:MUISelector ID="IdMuiSelector" runat="server"/>
  </div>
 

No comments:

Post a Comment