Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » WSS 3.0   (RSS)

Error during SharePoint SP2 install

I just installed (x64 MOSS with SP1 & Feb cumulative update installed) WSS SP2, MOSS SP2, WSS fi-fi LP SP2, MOSS fi-fi LP SP2 and didn't run the config wizard until the end and this is how things went: Try #1 psconfig -cmd upgrade -wait -inplace b2b

Fastest way to create a list schema

Feeling frustrated, feeling like you can't make to the deadline, million lists schemas to create and so much other things to do.. Sounds familiar? Well.. Some of the people i've talked with does not recognize this method most of the time (yep, making

List definition and property DisallowContentTypes

Be careful with this property. If you set it true in the list definition, there is no easy way to set it back to false after the list has been populated. SPList object has two properties AllowContentTypes which is ReadOnly and ContentTypesEnabled, which
Posted by jukka | 0 Comments

How to access fields in a listitem through object model?

  In a nutshell : SPContext .Current.Web.Lists[ "Documents" ].Items[0][ "Title" ].ToString();
Posted by jukka | 1 Comments
 
Page view tracker