This is probably a very simple problem to correct but I have a Date Time column in SharePoint. However when the user enters t开发者_运维问答he date it only accepts dates in American format. I need to
I have this bit of code... using (SPSite sitecollection = new SPSite(siteUrl)) { using (SPWeb web = sitecollection.OpenWeb(webUrl))
I would like to be able to save a SharePoint 2007 site collection as a site template (.stp) file. 开发者_JS百科 Is this possible?
I have a small application that uses a SharePoint list as the data source. This application has to be used by many users at the same time. There may occur a situation when more than one user woult wan
I have a SharePoint task list. Each task in the task list is for a Client, and there is a drop-down on the task entry form to select the client. The drop down开发者_如何学运维 is populated from a Clie
I noticed in VS2010 beta 2 that all the templates are for Sharepoint 2010 ONLY. Is th开发者_StackOverflow社区is true ?
I\'m trying to write a CAML query that executes aga开发者_如何学Goinst a specific SPList, scoped to a specific folder, recursive from that point, and returns all ListItems (which meet a criteria) and
It\'s pretty well publicised knowledge that _x0020_ replaces spaces in SharePoint internal field names. When working with SharePoint web services this can be a bit of a nightmare until you write a rep
As the title said, I need to raise (from the C# code behind a custom SharePoint page) a 401 error page. Any 开发者_如何学Chelp?Try this:
I need the information about the Shar开发者_高级运维ePoint document library. Namely, I need the info whether the versioning is turned on or off and if the \"require check out\" option is selected. I h