Welcome to Comunidade Bloggers |create|it| Sign in | Join | Help

Miguel Isidoro

.NET
SharePoint
Tek

News

June 2008 - Posts

SharePoint 2007 - Getting an SPListItem by ID after a Search
After making a search to a SharePoint site, it isn't always easy to get a reference to each item returned in the search. This is because we don't know the Web and List where each item is located. The following example shows how this can be achieved: class Read More...
SharePoint 2007 - "Value does not fall within the expected range" when updating an SPListItem in a Search
A very common error message that appears when developing in the SharePoint platform is "Value does not all within the expected range" when trying to update an SPListItem that is the result of a query to a SharePoint list. Let's look at the Read More...