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/

Comments

Popular posts from this blog

SQL SERVER – FIX : Error 3154: The backup set holds a backup of a database other than the existing database

SharePoint Close methods for SP Long Operations and Redirect Error Page

The model backing the context has changed since the database was created. Consider using Code First Migrations to update the database