<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/atom.xsl" media="screen"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-US"><title type="html">Powlo's SharePoint Treats</title><subtitle type="html">Friendly SharePoint banter and code nuggets from Paul Robinson</subtitle><id>http://blogs.msdn.com/powlo/atom.xml</id><link rel="alternate" type="text/html" href="http://blogs.msdn.com/powlo/default.aspx" /><link rel="self" type="application/atom+xml" href="http://blogs.msdn.com/powlo/atom.xml" /><generator uri="http://communityserver.org" version="2.1.61025.2">Community Server</generator><updated>2007-01-01T17:39:00Z</updated><entry><title>Adding custom SharePoint Toolbar and ToolbarButtons in code</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/powlo/archive/2008/02/24/adding-customer-sharepoint-toolbar-and-toolbarbuttons-in-code.aspx" /><id>http://blogs.msdn.com/powlo/archive/2008/02/24/adding-customer-sharepoint-toolbar-and-toolbarbuttons-in-code.aspx</id><published>2008-02-25T02:21:00Z</published><updated>2008-02-25T02:21:00Z</updated><content type="html">Part 3: Extending your web part to include toolbars SharePoint toolbars use user controls (.ascx files) to control HTML rendering and layout. This is great if you have an ASPX page to use them on (in fact, you can base your efforts off one of the built in pages in the layouts directory). However, this presents an interesting challenge when you want to create toolbars through assembly code alone. You'll notice there's no constructor for the two useful classes, Toolbar and ToolbarButton in the Microsoft.SharePoint.WebControls...(&lt;a href="http://blogs.msdn.com/powlo/archive/2008/02/24/adding-customer-sharepoint-toolbar-and-toolbarbuttons-in-code.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=7884299" width="1" height="1"&gt;</content><author><name>Paul Robinson</name><uri>http://blogs.msdn.com/members/Paul+Robinson.aspx</uri></author></entry><entry><title>SPGridView: Using Filter properties</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/powlo/archive/2007/05/15/using-spgridview-filter-properties.aspx" /><id>http://blogs.msdn.com/powlo/archive/2007/05/15/using-spgridview-filter-properties.aspx</id><published>2007-05-15T10:56:00Z</published><updated>2007-05-15T10:56:00Z</updated><content type="html">Great news everyone \o/ - a solution to setting an SPGridView filter has been researched and documented in this post over at Bob's SharePoint Bonanza - well done that man! This should give you pretty much everything you need to build an SPGridView control which provides custom data binding, grouping, drop down menus and pagination - see part 1 and part 2 in this blog for an introduction....(&lt;a href="http://blogs.msdn.com/powlo/archive/2007/05/15/using-spgridview-filter-properties.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=2644301" width="1" height="1"&gt;</content><author><name>Paul Robinson</name><uri>http://blogs.msdn.com/members/Paul+Robinson.aspx</uri></author></entry><entry><title>SPGridView: Adding paging to SharePoint when using custom data sources </title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/powlo/archive/2007/03/23/Adding-paging-to-SPGridView-when-using-custom-data-sources.aspx" /><id>http://blogs.msdn.com/powlo/archive/2007/03/23/Adding-paging-to-SPGridView-when-using-custom-data-sources.aspx</id><published>2007-03-23T16:53:00Z</published><updated>2007-03-23T16:53:00Z</updated><content type="html">In 'Part 1: Using SPGridview, adding menus, grouping and sorting' I looked at how to use an SPGridView from the ground up to bind to a custom DataSet. One of the features I omitted at the time was paging, and this post shows you how to add paging support to your grid....(&lt;a href="http://blogs.msdn.com/powlo/archive/2007/03/23/Adding-paging-to-SPGridView-when-using-custom-data-sources.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=1937391" width="1" height="1"&gt;</content><author><name>Paul Robinson</name><uri>http://blogs.msdn.com/members/Paul+Robinson.aspx</uri></author></entry><entry><title>SPGridView and SPMenuField: Displaying custom data through SharePoint lists</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/powlo/archive/2007/02/25/displaying-custom-data-through-sharepoint-lists-using-spgridview-and-spmenufield.aspx" /><id>http://blogs.msdn.com/powlo/archive/2007/02/25/displaying-custom-data-through-sharepoint-lists-using-spgridview-and-spmenufield.aspx</id><published>2007-02-26T01:30:00Z</published><updated>2007-02-26T01:30:00Z</updated><content type="html">Step-by-step guide to using SPGridView and SPMenuField to build a Web Part which uses the standard SharePoint UI controls to render non-SharePoint data, in this case from a classic .NET DataSet....(&lt;a href="http://blogs.msdn.com/powlo/archive/2007/02/25/displaying-custom-data-through-sharepoint-lists-using-spgridview-and-spmenufield.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=1759201" width="1" height="1"&gt;</content><author><name>Paul Robinson</name><uri>http://blogs.msdn.com/members/Paul+Robinson.aspx</uri></author></entry><entry><title>MOSS Enterprise Search - 16 things you might not know</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/powlo/archive/2007/02/25/moss-enterprise-search-16-things-you-might-not-know.aspx" /><id>http://blogs.msdn.com/powlo/archive/2007/02/25/moss-enterprise-search-16-things-you-might-not-know.aspx</id><published>2007-02-26T01:08:00Z</published><updated>2007-02-26T01:08:00Z</updated><content type="html">Hello everybody \o/ - a few bits and pieces you might find useful when designing and deploying Enterprise Search based on Office SharePoint Server 2007 - most of these tips can be credited to some Partner training delivered by Morten Schioldan. Really interesting things On document libraries which support approval, users might be able to search and view abstracts for unpublished content which they would otherwise not be able to see. This happens if the crawler account has permission to view drafts,...(&lt;a href="http://blogs.msdn.com/powlo/archive/2007/02/25/moss-enterprise-search-16-things-you-might-not-know.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=1759179" width="1" height="1"&gt;</content><author><name>Paul Robinson</name><uri>http://blogs.msdn.com/members/Paul+Robinson.aspx</uri></author><category term="Enterprise Search" scheme="http://blogs.msdn.com/powlo/archive/tags/Enterprise+Search/default.aspx" /></entry><entry><title>Deploying and debugging Web Parts</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/powlo/archive/2007/02/25/deploying-and-debugging-web-parts.aspx" /><id>http://blogs.msdn.com/powlo/archive/2007/02/25/deploying-and-debugging-web-parts.aspx</id><published>2007-02-26T01:07:00Z</published><updated>2007-02-26T01:07:00Z</updated><content type="html">When it comes to deploying and debugging your Web Part, you're spoilt for choice. My preference is to package the web part into a cab file, creating and including a manifest XML and DWP file. This should be familiar ground to seasoned web part developers, but an assortment of good MSDN and community content is available on this topic. Then deploy into the SharePoint mist with stsadm. Debugging Tip 0 - Setting up your environment Check your environment is configured per Debugging Web Parts , the most...(&lt;a href="http://blogs.msdn.com/powlo/archive/2007/02/25/deploying-and-debugging-web-parts.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=1759133" width="1" height="1"&gt;</content><author><name>Paul Robinson</name><uri>http://blogs.msdn.com/members/Paul+Robinson.aspx</uri></author></entry><entry><title>Fix for error: Outlook could not create the work file</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/powlo/archive/2007/01/01/fix-for-error-outlook-could-not-create-the-work-file.aspx" /><id>http://blogs.msdn.com/powlo/archive/2007/01/01/fix-for-error-outlook-could-not-create-the-work-file.aspx</id><published>2007-01-01T20:39:00Z</published><updated>2007-01-01T20:39:00Z</updated><content type="html">A friend of mine, Chris Fenly from Waterstons, got in touch today about a weird problem he was having with two Windows XP SP 2 machines running Office 2003. Opening Word or Outlook generated the error "Outlook could not create the work file. Check the temp environment variable." It's an issue which a few people seem to have according to Internet search engines. Anyway, before I could be of any help, he'd fixed it. On his machines HKCU\Software\Microsoft\Windows\Current Version\Explorer\User Shell...(&lt;a href="http://blogs.msdn.com/powlo/archive/2007/01/01/fix-for-error-outlook-could-not-create-the-work-file.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=2273718" width="1" height="1"&gt;</content><author><name>Paul Robinson</name><uri>http://blogs.msdn.com/members/Paul+Robinson.aspx</uri></author></entry></feed>