#region /* mads's thoughts */backlog on sharepoint, office and .net developmentValidating Sharepoint filenames on upload- November 17, 2005 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. I've seen a lot of approaches to solving this problem, and implemented a couple myself. Last night I noticed a method on the SPEncode static class that enabled a clean approach to the problem...http://weblogs.asp.net/mnissen/archive/2005/11/17/430785.aspx Refresh page after edit in InfoPath- November 1, 2005 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. This sounds pretty uncomplicated, and I guess it is, but still it took me quite a while to figure out. My first attempt was to use standard web techniques...http://weblogs.asp.net/mnissen/archive/2005/11/01/429121.aspx |