sharepoint

SQL statement nested too deeply in Microsoft Sharepoint site?

I'm editing a page on a site built with Sharepoint. I'm only editing small bits of html code here and there, and not touching any SQL statements. However, recently when I've tried to save said page I've come across an error page which reads the code below. Any ideas on how to fix this, or what the issue is? Thanks. Much appreciated....

Sharepoint Foundation master pages on subsites

Hi Using Sharepoint Foundation 2010 I've edited v4.master, added a ref to a new CSS file, saved the changes and they are applied to the home site no problem. However when I create a subsite it uses the old version of v4.master for some irritating reason. I'm vaguely aware that some of the publishing features from SPS are not included i...

Sharepoint certification for sitecollection administrator rights

Hi, In order to be able to support an application built in Sharepoint 2007, we need to be able to demonstrate that we have the appropriate skills and that we are trained to obtain sitecollection administrator rights. We will be supporting the application from a site administration (application/functional) perspective, and not really fr...

Programmatically changing the 'Activities I am following' under Newsfeed Settings in SharePoint

Hi, is it possible to programatically select/deselect activities I am following on the news feed preferences page under MySites? I want to be able switch on/off notifications for both custom events and those provided by Sharepoint 2010 out-of-the-box. ...

Infopath to Excel through code

I would like to convert data from infopath form to excel spreadsheet through code. I know you can export the data using the feature in infopath, but I am interested in doing this through code (like a part of a workflow). Can anybody suggest a way for doing this or a possible starting point? Thanks. ...

Sharepoint Web Services Item Data (access to "Created By" Column)

I am currently working on an application that displays the data of a Sharepoint calendar via Sharepoint Webservices. Therefore, I am using the List Service of the calendar. I manage to get all important information except user data, such as Created By or Modified By. The XML which is returned contains the following: <rs:data ItemCount=...

SharePoint CAML query for following condition

Hi All, Can any one tell me what would me the CAML query for the following condition [[Col1=22 And Col2=23] OR [Col3=Yes] ] And [ [Col4=16] OR [Col5=56 ] ] Where Col1,Col2,Col3,Col4,Col5 are the columns of my list and 22,23,Yes 16 And 56 are some mock values. Thanks in advance! Sachin ...

<DefaultFormula> Tags not adding to the default formula of the column

Hi I am currently creating a date time field for sharepoint in XML My field is created but no default formula is added. Do i need another tag to say i want to have a defaultformula . The schema i have is <Field <!-- Some properties here-->> <DefaultFormula>Today +182</DefaultFormula> <FieldRefs> </FieldRefs> </Field> Cheers ...

MOSS 2007 404 error when accessing Lists.asmx webservice

Currently I have an ASP.net 4.0 app in which I've made a web reference to an MOSS 2007 server. When I access any lists.asmx methods from the root application, everything works fine. However, if I try to change the service URL in C# code-behind to that of a subfolders list.asmx, then access the any method, I get a 404 error. The really st...

Display column from one Sharepoint list into another list

I have one Sharepoint list that contains training courses and duration (in hours). I have another list where users can enter the training they have and plan to take (using a Lookup column connected to the first list) Is there a way I can bring over that Hours column to display on the second list? I only have access to the vanilla web pa...

How to Get query all the lists of a SharePoint site through Silverlight Client object model

Hi All, I have a requirement in which I have to show the number of documents uploaded by a user in all the lists and libraries in a SharePoint site in a Silverlight webppart. How much ever I try I keep getting the error "The property or field has not been initialized. It has not been requested or the request has not been executed. It...