SharePoint Virtual Images from Microsoft Paid Members Public
WSS 3.0 SP1 Virtual Disk Tonight at 08:23 Microsoft released the Windows SharePoint Services 3.0 SP1 virtual disk with Visual Studio pre-installed. You can find the Windows SharePoint Services 3.0 SP1 here [http://www.microsoft.com/downloads/details.aspx?familyid=1beeac6f-2ea1-4769-9948-74a74bd604fa&displaylang=en&tm]
How To: Easily construct your CAML queries with CAML Query Builder Paid Members Public
This post is a mere follow-up to my previous minor posts on the subject of SPQuery and SharePoint queries located here. Basically, this post will provide step-by-step instructions to construct your CAML (Collaborative Application Markup Language) queries using the U2U CALM Query Builder which you can find on the U2U
Introduction to SharePoint Queries Paid Members Public
Recently I’ve been using SharePoint Queries more and more, not to say in my latest personal project: Zimmergren Forum WebPart [https://zimmergren.net/sharepoint-forums-webpart-whats-going-on/]. At times when I’ve been out at some clients to help them either refactor existing code or build new code, weather doing it myself

SPQuery returning all items Paid Members Public
If you’ve ever used the SPQuery objects to get SPListItems from a SPList, and you didn’t get it to work because the query would return ALL items in the SPList, you might have used code similar to this: SPQuery postsQuery = new SPQuery(); postsQuery.Query = string.Format("<
SharePoint Forums WebPart : What's going on? Paid Members Public
As a follow-up to my previous blogpost: "Forum Web Part for SharePoint [https://zimmergren.net/archive/2008/04/15/forum-web-part-for-sharepoint.aspx]" I thought I’d let you know the status of my personal pet-project. I’ve been getting alot of feedback regarding the Forum WebPart which is soon

Forum Web Part for SharePoint Paid Members Public
People have been requesting a better discussion forum functionality than the one in SharePoint by default. I took that request and made it into a new personal project of mine. Currently the forum looks like any forum you see on the web, but it’s using- and is based entirely
Tip: RequestAccessEnabled programatically using the SharePoint Object Model Paid Members Public
I bumped into a strange problem today. It wasn’t hard to solve, but worth mentioning. To manually enable the option to request permissions to the site, you do this from Site Actions – Site Settings – Advanced Permissions – Settings – Access Request. From that page you can specify if users should be
MOSS 2007: Creating a custom AJAX UserControl that will query the SharePoint Search Query Object Model to perform searches Paid Members Public
Author: Tobias Zimmergren Url: http:https:https://zimmergren.net//zimmergren.net//www.zimmergren.net [/] If you’ve read my last two blogposts you already know how to configure ASP.NET 2.0 AJAX for your SharePoint Server and how do deploy a UserControl that uses AJAX functionality on you SharePoint
Recent comments