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
August 2008 - Posts
1
Comments
Scrolling within gridview
by
bunbun
Matt Berseth has a good article on scrolling within a gridview. In his example the header remains in place while the data rows scroll. It requires you to use the gridview CSS adapter for your gridview and I was already doing this in an attempt to harnass...
Filed under:
ASP.NET
,
AJAX
0
Comments
SQL Server 2005 Performance Dashboard Reports
by
bunbun
Found a niffy little tool for some basic SQL Server reporting. Microsoft has some dashboard reports that work with SQL Server 2005 SP2. You can download it here: http://www.microsoft.com/downloads/details.aspx?FamilyId=1d3a4a0d-7e0c-4730-8204-e419218c1efc&displaylang...
Filed under:
SQL Server
0
Comments
Menus, membership, sitemaps and integrated security
by
bunbun
The menu control is one of my favorite controls. I've used it extensively in my web applications. However it wasn't until recently that I realized I wasn't taking full advantage of it and another control - the sitemap. Most applications have at least...
Filed under:
ASP.NET
0
Comments
Configure SQL Server Agent to use database mail
by
bunbun
Found out that my database maintenance plan had failed the past several days and wondered why I had not received email that the job failed. When I checked the database error log I found the following error: An attempt was made to send an email when no...
Filed under:
SQL Server
More Posts