Sign In
Powlo's SharePoint Treats
Friendly SharePoint banter and code nuggets from Paul Robinson
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
About
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
Enterprise Search
Archive
Archives
February 2008
(1)
May 2007
(1)
March 2007
(1)
February 2007
(3)
January 2007
(1)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Powlo's SharePoint Treats
Adding custom SharePoint Toolbar and ToolbarButtons in code
Posted
over 4 years ago
by
Paul Robinson
6
Comments
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...
Powlo's SharePoint Treats
SPGridView: Using Filter properties
Posted
over 5 years ago
by
Paul Robinson
3
Comments
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...
Powlo's SharePoint Treats
SPGridView: Adding paging to SharePoint when using custom data sources
Posted
over 5 years ago
by
Paul Robinson
28
Comments
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....
Powlo's SharePoint Treats
SPGridView and SPMenuField: Displaying custom data through SharePoint lists
Posted
over 5 years ago
by
Paul Robinson
101
Comments
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....
Powlo's SharePoint Treats
MOSS Enterprise Search - 16 things you might not know
Posted
over 5 years ago
by
Paul Robinson
4
Comments
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...
Powlo's SharePoint Treats
Deploying and debugging Web Parts
Posted
over 5 years ago
by
Paul Robinson
1
Comments
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...
Powlo's SharePoint Treats
Fix for error: Outlook could not create the work file
Posted
over 5 years ago
by
Paul Robinson
2
Comments
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...
Page 1 of 1 (7 items)
MSDN Blogs
>
Powlo's SharePoint Treats