Return XML from UpdateListItems
Tue, 8 Jul 2008 08:25:03 -0700
[Newbie to Sharepoint programming]
I wish to parse the returned XML from an UpdateListItems command so as to
alert me to errors (Not sure how yet)
For example in the code snippet....
XmlNode ndReturn = listService.UpdateListItems("List_Name", elBatch);
MessageBox.Show(ndReturn.OuterXml);
As an simple ...
|
Sharepoint changes my value inside a SPListItem on its own!
Mon, 7 Jul 2008 02:56:25 -0700 (PDT)
Dear sharepoint developers,
I am facing a weird issue when updating an item in a custom list.
One filed I have in a list is of type HTML; I have some CSS classes
associated with java script that read certain HTML tags and produce a
tool tip by a mouse over;
the structure of this HTML script is XML-wise as fol ...
|
Generate and save xml from an sharepoint list?
Sun, 6 Jul 2008 16:58:30 -0400
Hello
How to I generate and save xml from sharepoint list? I want to scheddule it
also?
I reviewed and implemented following solution
http://www.sharepointblogs.com/dwise/archive/2008/01/10/accessing-sharepoint-list-data-as-xml.aspx
With the help of above mentionedd utl, I tested it is working correctly, ...
|
Dispose warning i Central Admin
Fri, 4 Jul 2008 03:08:00 -0700
During the hunt for a dispose warning in my code, I changed som logging
settings in Central Admin. I was given a warning about a non-disposed object
for microsoft code.
Following is the stack trace:
An SPRequest object was not disposed before the end of this thread.
To avoid wasting system resources, ...
|
SPItemEventProperties.Dispose()
Fri, 4 Jul 2008 03:07:03 -0700
During development of my code I discovered that under certain circumstances I
was not disposing of SPSite. Digging into the stack trace I found that the
offending line indicated the SPItemEventProperties.ListItem property. Since
this is Microsoft code, I was a bit confused.
Using .NET reflector I discovered ...
|
Multiple Item Form not updating data
Fri, 4 Jul 2008 10:47:57 +0200
Hi!
I've created a Multiple Item Form is Sharepoint Designer. It displays data
from my SQL Server and I can edit the content in cells. However, when I
click save data is not updated. Window refreshes but data remains unchanged.
If I use a Single Item form though data is updated successfully. Can you
expla ...
|
How to modify a calender view programatically?
Thu, 3 Jul 2008 06:31:43 -0700 (PDT)
Hi,
Suppose I have a SPView object of Calendar type.
How can I do these tasks:
1. Check the calendar type (month, week or day)
2. Change the type (e.g., from wek to day).
Thanks in advance
Sruli ...
|
|
|
WSS 2.0 GetListsItems Resolving GUIDS to column names.
Wed, 2 Jul 2008 12:48:15 -0700 (PDT)
Hello,
We are storing Infopath documents in a WSS 2.0 SharePoint Form Library
and and having trouble retrieving the Promoted properties of the
infopath document. When publishing the infopath documents using the
publication wizard some Form data is used as column data.
We are attempting to access the the in ...
|
GetListItems
Fri, 27 Jun 2008 11:57:00 -0700
does this method support the type of "Person or Group".
I've tried adding it to the ViewFields element, but I can't seem to get it
returned in the result set. ...
|
dspsts.asmx
Thu, 26 Jun 2008 08:34:03 -0700
I am trying to use dspsts.asmx to retrieve the contents of a list. I am using
Visual Studio 2008. Below is the source code from my console app that uses
both a web reference (2005?) and a service reference (2008?) to connect to
the same server.
The web reference works as expected. The service reference is r ...
|