Monthly Archives: August 2009

Displaying custom SharePoint webpart property error message in tool pane

When creating webpart with properties in them to store custom data – you can never rely too much on users entering proper data. You definitely need proper error handling and reporting, and here is what this post is about. You … Continue reading

Posted in MOSS, sharepoint | Tagged , , , | Comments Off

Unable to see list item properties under SharePoint anonymous access site

Here is a quick run down on the situation. I have enabled anonymous access on my site collection and it works well – I can see all of my pages without login. Now, I access my list or document library and … Continue reading

Posted in MOSS, sharepoint | Tagged , , | Comments Off

Issue when provisioning generic pages in SharePoint

Few posts ago – I was talking about a scenario where you might need to provision many sites with generic default.aspx  page template. Of course, when you provision a site, a default.aspx page will not get a title on it’s … Continue reading

Posted in MOSS, sharepoint | Tagged , , , | Comments Off

Provisioning web.config changes for SharePoint deployments

During SharePoint solution deployment you need to add provision many variables to your web.config. Just to name a few: assemblies, safe control definitions, custom error pages, connection strings, various OOB and custom values. You can instruct your administrators to make those changes as a … Continue reading

Posted in MOSS, sharepoint | Tagged , , , , | Comments Off

Binding SharePoint List fields retrieved by SPQuery to asp control

Here is a scenario: I have a control retrieving some data from the SharePoint list based on the CAML  query. I display all of the retrieved data in my custom control by binding the result set to a asp:Repeater. Like … Continue reading

Posted in MOSS, sharepoint | Tagged , , | Comments Off

Hide unused SharePoint site and page templates

When deploying your portal solution you probably are using custom templates for your sites and pages – there is pretty much no way around it. But with all of the out of the box templates it might get pretty cluttered … Continue reading

Posted in MOSS, sharepoint | Tagged , , , | Comments Off

Using Google Analytics in your SharePoint site

Whether you’re using SharePoint for intranet and especially in Internet site scenario – you might want to take advantage of analytics and visitor tracking tools available with Google Analytics. When registered for analytics – you will receive a tracking code … Continue reading

Posted in MOSS, sharepoint | Tagged , , , | Comments Off

Event receiver not being triggered on library

Here is the scenario: I have created a content type that will describe my page and it’s associated fields. This content type has an event receiver attached to it responsible for some work. I have automated deployment where a feature … Continue reading

Posted in MOSS, sharepoint | Tagged , | Comments Off