Tag Info

Hot answers tagged

3

Since you are trying to update item on ItemUpdated event you will get this error because another Update event was already in progress so you need to turn off EventFiring before calling SystemUpdate(). Example: SPSecurity.RunWithElevatedPrivileges(delegate() { using (SPWeb web = properties.OpenWeb()) { var list = ...


1

I would go to great lengths in describing this. However technet have already beaten me to it for all 3... Damn them. http://technet.microsoft.com/en-us/library/cc262350.aspx The little drop down to change the version of SharePoint for all 3 versions. This is the most comprehensive description that you will find.


1

There is a similar question on MSDN - their question was about Meta tags in MOSS 2007 master pages (page description, among others). There, one of the answers was to create a special render control and generate the required HTML code via the control. From the site: 1) Create a render control and override the RenderFieldForDisplay method. For an example, see ...


1

Moving sites from SP 2007 to SP 2010 would require an upgrade of the content (content db). Plus both enviornments will need to be in sync before the migration can take place i.e. all the custom solutions will need to be deployed in SP 2010, all your custom site defs etc. This article shows how you can attach a content db from sp2007 to sp2010. ...



Only top voted, non community-wiki answers of a minimum length are eligible