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
SharePoint Cross List Queries in a custom UserControl Paid Members Public
Author: Tobias Zimmergren Url: http://www.zimmergren.net I got the question last week weather it’s possible to get items from all lists of gathered and displayed on one page. This is – like most things – possible in SharePoint without any greater efforts. With something called Queries we can use
MOSS 2007: Using AJAX UserControls in SharePoint Paid Members Public
This post shows you how you can use the AJAX functionality in SharePoint by using UserControls. What we need to be able to follow the steps in this article * Have installed ASP.NET 2.0 AJAX 1.0 Extensions (Download here [http://www.microsoft.com/downloads/details.aspx?FamilyID=ca9d90fa-e8c9-42e3-aa19-08e2c027f5d6&
Recent comments