Stephen Songer
.NET Programmer in the Northwest
Sign in
|
Join
Home
Contact
RSS
Atom
Comments RSS
Search
Tags
AJAX
ASP.NET
JavaScript
Reporting Services
Sharepoint
SQL
SQL Server
SSIS
SSRS
Sponsors
advertise here
Navigation
Home
Blogs
Archives
June 2009 (1)
April 2009 (5)
March 2009 (1)
February 2009 (3)
January 2009 (1)
December 2008 (2)
October 2008 (4)
September 2008 (4)
August 2008 (4)
July 2008 (2)
June 2008 (1)
May 2008 (2)
April 2008 (2)
January 2008 (1)
December 2007 (1)
November 2007 (3)
July 2007 (2)
Favorites
ScottGu
Slashdot
Matt Berseth
October 2008 - Posts
1
Comments
Recursive search for SharePoint Tag Cloud 1.2
by
bunbun
A while back I found a nifty webpart for our SharePoint WSS site called Tag Cloud which lets you tag documents in your SharePoint site and then display a list of all tags with those that occur more often being rendered in larger text. We decided to use...
Filed under:
Sharepoint
4
Comments
Corrupt Web Parts on SharePoint
by
bunbun
Ran into a problem after modifying a web part. Could not open the default page for my SharePoint site. All other pages worked fine. Found a gem online that saved me. Add "?contents=1" to the end of the URL. For example, http://mysite/default.aspx?contents...
Filed under:
Sharepoint
0
Comments
Multi-valued parameters in SSRS 2005
by
bunbun
Found a great article on how to handle multi-valued parameters in SQL Server Reporting Services 2005. This article shows how to create a common SQL function that will take the multi-valued parameter passed from SSRS and split it out into a tables of values...
Filed under:
SQL Server
,
Reporting Services
1
Comments
SQL Server Reporting Services in web apps with sub reports
by
bunbun
I've started using SQL Server Reporting Services in more web applications recently. Using sub reports for the first time was a little tricky but once you do one, you're set. Here's a sample using a simple report based on a SQL datasource. Define the report...
Filed under:
ASP.NET
,
SQL Server
,
Reporting Services
More Posts