Welcome to AspAdvice
Sign in
|
Join
|
Help
Steven Smith
Now blogging at
SteveSmithBlog.com
This Blog
About
Email
Syndication
RSS 2.0
Atom 1.0
Search
Go
Tags
.NET
ADO.NET
advertising
ajax
announcement
ASP.NET
Atlas and Ajax
Books
C#
Caching
CC.NET
ci
CMS
community
conference
Cool Tools
devconnections
dotnetnuke
Events
gadgets
hardware
Marketing
Microsoft Office
MVC
Outlook
PDC
performance
Personal
regional director
Reporting Services
reviews
Scalability
Search
Security
silverlight
Software Development
Speaking
SQL
sql2005
SSRS
tdd
Team System
Test Driven Development
TFS
TiVo
video
VirtualPC
vista
Visual Basic
Visual Studio
VS.NET
VSTS
Window Forms
Windows
WPF
XAML
zune
News
Microsoft Advertising
loading...
Ads Via Dev
Mavens
ASP.NET Articles
ASP Forums
SQL Forums
XML Forums
Regular Expressions
C# Feeds
Threat Level:
Don't go around saying the world owes you a living. The world owes you nothing. It was here first. - Mark Twain
Navigation
Home
Blogs
Forums
Photos
Downloads
My Reader
Archives
July 2008 (2)
June 2008 (10)
May 2008 (9)
April 2008 (16)
March 2008 (23)
February 2008 (9)
January 2008 (20)
December 2007 (12)
November 2007 (15)
October 2007 (17)
September 2007 (8)
August 2007 (4)
July 2007 (9)
June 2007 (17)
May 2007 (9)
April 2007 (9)
March 2007 (8)
February 2007 (9)
January 2007 (27)
December 2006 (8)
November 2006 (10)
October 2006 (11)
September 2006 (12)
August 2006 (9)
July 2006 (20)
June 2006 (15)
May 2006 (10)
April 2006 (6)
March 2006 (19)
February 2006 (8)
January 2006 (13)
December 2005 (8)
November 2005 (10)
October 2005 (12)
September 2005 (14)
August 2005 (18)
July 2005 (12)
June 2005 (19)
May 2005 (5)
April 2005 (9)
March 2005 (15)
February 2005 (12)
January 2005 (3)
December 2004 (1)
November 2004 (1)
October 2004 (1)
September 2004 (2)
August 2004 (3)
July 2004 (1)
June 2004 (4)
May 2004 (1)
April 2004 (10)
March 2004 (15)
February 2004 (20)
January 2004 (2)
Events
ASPNetConnections Fall 2005
Music
Redshift
My Articles
Dynamic Excel Reports with ASP
ASP.NET Whidbey Overview
ASP.NET Whidbey Caching Overview
ASP.NET Caching Tips
ASP.NET Micro Caching
Writing a Days of the Week Selector Control
.NET Data Access Performance Comparison
MSDN: Regular Expressions in ASP.NET
MSDN: Evolving Custom Controls in ASP.NET
MSDN: Get Test Infected With NUnit
MSDN: Best Practices Using ASP.NET Caching
MSDN: Bind Your Data in ASP.NET 2.
MSDN: Creating a Cache Configuration Object for ASP.NET
Use Write Caching to Optimize High Volume Data Driven Applications
Programmatically Expire Output Cache Entries
My Books
ASP.NET Developer's Cookbook
ASP.NET By Example
Notable Blogs
Wayne King
Scott Guthrie
Rob Howard
Nikhil Kothari
Brad Abrams
My Army Blog
ArmyAdvice Community
Julia Lerman
J. Ambrose Little
Bob Parsons
Eric Sink
Gregg Stark
Brendan Enrick
October 2006 - Posts
Friday, October 27, 2006 8:35 AM
Excel, Pivot Tables, and OfficeWriter
I’ve been playing around with trying to analyze some performance data that spans numerous periods over time as well as multiple channels. Using SQL I’m able to get some results that look something like this: Channel | Period | Activity A |
Posted by
ssmith
|
5 Comments
Filed under:
Microsoft Office
Tuesday, October 24, 2006 3:08 PM
ReportViewer Showing No Data - Solved
I had a really weird issue with a ReportViewer. It would show the little green AJAX Loading… image but it wouldn’t show any data, just a blue background where the output should be. I knew the data was there because exporting to Excel or PDF
Posted by
ssmith
|
1 Comments
Filed under:
VS.NET
Friday, October 20, 2006 7:09 PM
Team Build TF42046: The Build Service used in the build process is not reachable
Ran into this error today trying to kick off a team build. Found this link that I’m using to try and troubleshoot. One note so far is that the Team Build install is now found in the “build” folder, not the “BB” folder, on
Posted by
ssmith
|
0 Comments
Filed under:
VSTS
Friday, October 20, 2006 4:49 PM
SimpleCMS Updated For Microsoft AJAX Beta
ASPAlliance.com just published a new version of SimpleCMS which now uses the current Beta of Microsoft ASP.NET AJAX . Download it, check it out, and report any bugs you may find in the forum . Kudos to Brendan for getting this ready so quickly. Share
Posted by
ssmith
|
0 Comments
Filed under:
ASP.NET
,
Atlas and Ajax
Friday, October 20, 2006 1:01 PM
Modify Contents of SortedDictionary or Dictionary in foreach
So I’m working with a Dictionary (and later a SortedDictionary) today and I want a simple list of URLs and their HTTP status codes, so I create the dictionary as Dictionary<string,int> urlStatuses. Then I write some code that looks like this:
Posted by
ssmith
|
9 Comments
Friday, October 13, 2006 9:34 AM
MVPs and Losing or Keeping One's MVPness
Frans Bouma weighed in on the recent discussion revolving around several prominent .NET developer types who did not receive MS MVP awards for this year (awards were given October 1st). If the Microsoft MVP program, or this recent discussion, interests
Posted by
ssmith
|
0 Comments
Filed under:
community
Tuesday, October 10, 2006 3:30 PM
SQL Reporting Services Tutorial Video Published
Last week I recorded a quick (< 10 min) video showing how to use SQL Server Reporting Services to create reports . Since learning SSRS was something that was on my TODO list for a long time, but I held off because I didn’t know where to start,
Posted by
ssmith
|
10 Comments
Friday, October 06, 2006 2:08 PM
No More DLL Hell - the song
Dan Wahlin, an ASP.NET and XML guru and friend of min, just released a song called No More DLL Hell which you can download as an MP3 and listen to. If you’ve had any experience in the COM world, you’ll appreciate this song. You’ll find
Posted by
ssmith
|
0 Comments
Filed under:
Personal
,
.NET
Thursday, October 05, 2006 1:08 PM
Tip: Share User Controls Between Applications in ASP.NET
This recently came up on an email list I’m on. There basically three ways to share user controls in ASP.NET (1.x or 2.0). Note that since Master Pages are User Controls, these techniques apply to them as well (and, in case you were unaware, you
Posted by
ssmith
|
2 Comments
Filed under:
ASP.NET
Wednesday, October 04, 2006 1:02 PM
Debuggin Failed Because Authentication is not enabled
I ran into this prompt while trying to launch debugging in VS 2005 using IIS. I quickly found this MSDN online article to solve the problem. Posting here to help anybody else find it quickly. Basically, go into IIS and turn on Windows Authentication under
Posted by
ssmith
|
9 Comments
Filed under:
ASP.NET
,
VS.NET
Monday, October 02, 2006 5:52 PM
CSharp C# Feeds Help Wanted
CSharpFeeds is a simple community site dedicated to keeping up with the latest goings-on in the C# world, while eliminating the noise and personal/social posts from the various C# blogs out there. This task involves individually touching each post to
Posted by
ssmith
|
1 Comments
Filed under:
C#