If you have a field in SharePoint that is setup as a choice field, and you want to have multiple default values, you can do the following: Instead of selecting the Default option, select the Calculated Value and enter the items separated with semicolon and the hash sign. Like this: =";#Red;#Green;#Blue;#"
The SPListItem URL property does return the URL for the SPListItem including the List/Documetn Library name, but it doesn’t return the full URL including the server and site names. To get the full URL, you can either concatenate the SPLIstItem.Web.Url and the SPListItem.URL, or extract the full URL from the SPListItem.XML data like this: [...]
Background I read in a bunch of discussion forums that installing the Microsoft .NET framework will slow down your PC. These claims often comes from different people that are from the ground up Microsoft bashers. They don’t backup their claims with facts, they often just say that: – Of course installing the .NET framework will [...]