/ Published in: C#
Great tutorial for getting started with SharePoint custom web parts
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
//Quick Reference for Web part properties [WebBrowsable(true), Category("Miscellaneous"), Personalizable(PersonalizationScope.Shared), WebDisplayName("Enter some text")] public string CustomTextProp { get; set; }
URL: http://blog.concurrency.com/sharepoint/create-a-custom-web-part-for-sharepoint-2010/