JasonGaylord.com
 
 
Photo of the Day

Photo Number 1012

My ASP.NET Blog
Resolving ASP.NET MVC 2 RC 2 Installation Errors
(February 10 2010)
Review: Stack Overflow DevDays Boston
(October 09 2009)
DYK: You can remove the ASP.NET MVC version from the Response Header
(August 27 2009)

My WindowsAdvice Blog
How Can AT&T Be So Cruel?
(October 26 2007)
Gmail IMAP Needs Improvement
(October 25 2007)
Microsoft Adds a Free 411 Number
(October 18 2007)

My ASPInsiders Blog
August 23rd .NET Valley Meeting!
(August 18 2006)
VSIBuilder Version 1.0 Released
(August 17 2006)
My Interview with Julie Lerman
(July 31 2006)


My Personal Blog
My Disappointment with the AHL (American Hockey League)
(February 20 2008)
Ohio State vs LSU Tonight!
(January 07 2008)
Torre's Gone - Steinbrenner's to Blame
(October 18 2007)




ASPAlliance.com

ASPAlliance.com Articles

Working with Email Using ASP.NET 2.0 August 31 2006
In this article Jason examines the various aspects involved with sending of emails using ASP.NET 2.0.

Review: ASP.NET 2.0 Unleashed July 26 2006
Since ASP.NET 1.0, one of the most popular books (if not the most popular book) has been Stephen Walther's ASP.NET Unleashed. Recently, Sams Publishing has released ASP.NET 2.0 Unleashed, again written by Stephen. This review will discuss the good and the bad of the book.

Review: Visual Basic 2005 for Programmers, 2nd Edition July 25 2006
In March 2006 Paul Deitel asked me to review a few chapters of the "Visual Basic 2005 for Programmers" book. As a result, he sent me a free copy of the book. I finally have had a chance to read through it all. In this review I will discuss some of the good and bad points of the book.

Creating a Simple Configuration Section Handler Using ASP.NET 2.0 July 19 2006
In this article Jason examines how to create a simple configuration section handler using ASP.NET 2.0 with the help of code samples.

MultiView and View Controls in ASP.NET 2.0 May 24 2005
In ASP.NET 1.x, developers often used Panel controls to hide or show a grouping of other web controls and content. In ASP.NET 2.x, coding time is reduced with the new MultiView and View controls.

Review: Free Components for ASP.NET 1.1 March 22 2005
Have you ever needed to find that one component that will wrap up a project, but all you can find are expensive, incomplete components? Have no fear. Hopefully, I've already found a component that will help you.

Converting Visio files in ASP.NET February 17 2004
This article explains how to convert a Visio file into a .jpg image. For this example, you will utilize Visio 2003.

Creating a Web.config Editor - Part 1 October 06 2003
Have you ever wondered how to edit the web.config file? This article will give a good explanation of how to do just that. Tested: ASP.NET 1.0, ASP.NET 1.1 Included: Examples

Creating a Web.config Editor - Part 2 October 06 2003
Have you ever wondered how to edit the web.config file? This article will continue from Part 1 and discuss some more advanced techniques of editing a custom config file. Tested: ASP.NET 1.0, ASP.NET 1.1 Included: Examples

Forms Authentication Using SQL - Part 1 October 05 2003
This article provides some basic code to set up forms authentication within your web. Tested: ASP.NET 1.0 Included: Examples