Monthly Archives: August 2009
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
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
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
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
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
Using SharePoint custom login page
In my last article, we looked at how to create your custom login page that SharePoint will present upon users trying to log in. We were talking just about the page itself – not custom authentication mechanism. So, the page … Continue reading