Welcome to Office Zealot Sign in | Join | Help

Browse by Tags

All Tags » Code Snippet   (RSS)

Quick Follow-up on Using SharePoint's Web Services

Per my last post, it is very easy to use SharePoint's web services to access things like list data. Here's one troubleshooting note... Let's say you implement my example but when you run your application you get a " Microsoft.SharePoint.SoapServer.SoapServerException
Posted by Mauro | 0 Comments

Binding Your Web Application Controls to SharePoint List Data

Time to put my Developer hat back on... One of the benefits of using SharePoint for application list management (i.e. data in a dropdown) is that it offers a built-in interface for entering and changing that data. Whether your custom application is doing
Posted by Mauro | 0 Comments

Uploading Local Files to a SPS 2003 Document Library

Sorry for the radio silence with the blog the last several weeks! We're into crunch time on our MOSS 2007 book and I am writing (hopefully!) my last chapters this week. Anyway, here's a quick SPS 2003 tip on uploading a local document into a document
Posted by Mauro | 0 Comments
Filed under: ,

Adding Extranet Users in Batches

A few weeks ago I posted some code to create an Active Directory user using a web service. If you try it, the code works great... once. After the first call, all subsequent calls fail. It turns out that there is a known bug in the .Invoke (associated
Posted by Mauro | 0 Comments