Archives
-
SharepointConnector for Outlook 2003
Homepage for the SharepointConnector for Outlook 2003
-
Validating Sharepoint filenames on upload
Some characters are legal for FAT or NTFS files but illegal for files in Sharepoint documentlibraries. Using the regular upload UI for Sharepoint you'll encounter a rather unpleasant validation error when uploading a file with funky characters. Using the object model will give you a good ole' exception.
-
Refresh page after edit in InfoPath
When using InfoPath for editing data in you webapplications you run into a couple of tricky situations when beeing used to plain webdevelopment. One of these scenarios is when you want your webpage to refresh after having edited a record in some datasource with InfoPath. Typically you've implemented a view webpage and edit with InfoPath.
-
VB.NET Installer class for setting Code Access Security with Uninstall
C# Version here: http://weblogs.asp.net/mnissen/articles/427490.aspx