Welcome to MSDN Blogs Sign in | Join | Help

Eric Kraus' SharePoint/.NET Blog

What the field says about MOSS.

News

  • Subscribe to this blog


    Eric Kraus on Live Messenger




      Disclaimer
      These postings are provided "AS IS" with no warranties and confer no rights. In addition, these postings are my own and do not represent the views of Microsoft.

    Browse by Tags

    All Tags » Web Parts   (RSS)
    Use PeopleEditor (People Picker) in SharePoint Custom App Dev
    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...
    Remove Web Part ToolParts
    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...
    Page view tracker