How to add the PeopleEditor (People Picker) control to your custom application development (ASPX, user controls, web parts, etc.) The control we are interested in is the Microsoft.SharePoint.WebControls.PeopleEditor control. First, we need to add a reference
Read More...
Sometimes it is required to remove all ToolParts from your web part to prevent any customization from users. To do this, you must inherit your web part from Microsoft.SharePoint.WebPart.WebPartPages.WebPart ( not System.Web.UI.WebControls.WebParts.WebPart)
Read More...