in

SharePoint University

Clean slate. Nothing but SharePoint.
Go, SharePoint!

Browse by Tags

  • access denied error by accessing site.AllWebs in code

    Hi All, I have the following error in code. SPWebServiceCollection webServices = new SPWebServiceCollection(SPFarm.Local); foreach (SPWebService webService in webServices) { foreach (SPWebApplication webApp in webService.WebApplications) { foreach (SPSite site in webApp.Sites) { if (site.ReadLocked ...
    Posted to Development (.NET) (Forum) by juniormoss on 10-09-2007
  • override Render in RichImageField

    I have this code: namespace Test.SharePoint.WebControls { public class MyCustomCalendar : RichImageField { protected override void Render(HtmlTextWriter output) { base.Render(output); } } } If i override some other metod like RenderForDisplay it works, but then I cant do what I want with the code. When...
    Posted to Development (.NET) (Forum) by taidokas on 08-16-2007
Page 1 of 1 (2 items)

Need SharePoint Training? Attend a SharePoint Bootcamp!
Forum content (c) original posters. Everything else (c) 2008 SharePoint Experts, Inc.