Posts

Showing posts from August 11, 2013

Adding custom icon to Web Part and Feature

Add an “Images” mapped folder Right-click on your project and navigate to Add menu option Click on SharePoint “Images” Mapped Folder Import images Then : <Feature xmlns=" http://schemas.microsoft.com/sharepoint/ "          ImageUrl="SharePoint.Demo/FeatureIcon.png"> </Feature> Ref : http://ricardoramirezblog.wordpress.com/2013/02/28/adding-custom-icon-to-web-part-and-feature-2/

SPDataSource CAML Query apply RowLimit

<SelectParameters>         <asp:Parameter Name="ListName" DefaultValue="Training Information" />         <asp:Parameter Name="WebUrl" DefaultValue="/sites/lms" />         <asp:Parameter Name="MaximumRows" DefaultValue="2"/> </SelectParameters>