Office Zealot

Where Office geeks come to play...
Welcome to Office Zealot Sign in | Join | Help
in Search

Browse by Tags

All Tags » Code Snippet
  • 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'' error message.  The first place to look is your web service ...
    Posted to Mauro Cardarelli (Weblog) by Mauro on May 20, 2008
  • 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 something within SharePoint, leveraging the object model, or simply using it as a ...
    Posted to Mauro Cardarelli (Weblog) by Mauro on May 17, 2008
  • 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 library.  I had to try a few different ways before I could get it to work ...
    Posted to Mauro Cardarelli (Weblog) by mauro on November 29, 2006
  • 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 with setting the user password) that causes all calls after the first to fail ...
    Posted to Mauro Cardarelli (Weblog) by mauro on November 9, 2006
Powered by Community Server (Commercial Edition), by Telligent Systems