Any inaccuracies in this index may be explained by the fact that it has been sorted with the help of a computer. --Donald Knuth
Welcome to my blog and project site for Microsoft.NET development.

I've been a full time .NET developer for ten years, but I didn't start my professional life as a programmer ... more
Share/Print this page:

Category: ASP.NET

technologies
asp.net
[Articles: 14]

Sort:Most RecentUpdatedAuthorPagesViews TodayTotal Views 

URL Rewriter for .NET - Examples

By steve on November 09, 2011.  |  Updated on January 22, 2012.  |  487 views, 8 today.  |  1 page.
 ASP.NET  How To  Overview  Software Reviews  Web 
Many places document how to use URL Rewriter. Here we provide some practical examples of usage.

Partial Classes in .NET

By steve on May 26, 2007.  |  Updated on January 22, 2012.  |  31,694 views, 16 today.  |  1 page.
 ASP.NET  C#  Has Downloads  Has Images  Overview  Visual Studio 
Discover what partial classes are in .NET and what they're good for.

Where can I view the partial class with designer code in my ASP.NET project?

By steve on May 26, 2007.  |  Updated on January 22, 2012.  |  10,039 views, 5 today.  |  1 page.
 ASP.NET  Brief  Overview  Visual Studio 
Ever wonder what happened to the designer file for your ASP.NET web page after you moved to .NET 2.0? Learn more here.

How to scrape or download a webpage using C#

By ktb on March 05, 2007.  |  Updated on January 22, 2012.  |  31,969 views, 25 today.  |  1 page.
 ASP.NET  C#  Snippet  Web 
A quick and dirty snippet for the basic approach to scraping the HTML content from a webpage programmatically.

Change the Default Browser in Visual Studio 2005 and Visual Web Developer

By steve on February 19, 2007.  |  Updated on January 22, 2012.  |  27,710 views, 8 today.  |  1 page.
 ASP.NET  Has Images  How To  Visual Studio  Web Browsers 
How to change the default browser in Visual Studio. That's right, you aren't stuck with just Internet Explorer.

How to Deliver a File From ASP.NET and Specify Its MIME Type

By steve on February 15, 2007.  |  Updated on January 22, 2012.  |  8,351 views, 5 today.  |  2 pages.
 ASP.NET  Policy and Standards  Reference  Snippet  Web 
Learn how to use ASP.NET to dynamically return a file to the user and the importance of MIME types in this process.

PathHelper - Convert File and Folder Paths and URLs in an ASP.NET Application

By steve on February 13, 2007.  |  Updated on January 22, 2012.  |  21,800 views, 8 today.  |  2 pages.
 ASP.NET  C#  Has Downloads  Has Images  Snippet 
Managing all the various types of paths in ASP.NET can be a chore. You have URLs, virtual paths, absolute paths, relative paths and application paths. This article helps you make sense of all of these while managing conversions and getting the type of path you need when you need it.

How do I get the application path in an ASP.NET application?

By steve on February 13, 2007.  |  Updated on January 22, 2012.  |  88,204 views, 87 today.  |  1 page.
 ASP.NET  Conversions  Snippet 
A simple snippet to show you how to get the virtual application path which is relative to the root of the website.

How Do I Get Paths and URL fragments from the HttpRequest object?

By steve on January 09, 2007.  |  Updated on January 22, 2012.  |  81,987 views, 129 today.  |  1 page.
 ASP.NET  C#  Snippet  Web 
A reference for extracting URL and path information from the HttpRequest object in ASP.NET.

What is Request.AcceptTypes in ASP.NET

By steve on January 09, 2007.  |  Updated on January 22, 2012.  |  5,382 views, 9 today.  |  1 page.
 ASP.NET  C#  Overview  Web Browsers  Web Design 
What the heck is Request.AcceptTypes in ASP.NET?

Using the HttpContext object

By steve on January 09, 2007.  |  Updated on January 22, 2012.  |  50,022 views, 22 today.  |  1 page.
 .NET  ASP.NET  C#  Server side  Snippet  Web 
Learn how you can get access to the HttpContext object when you're not in the code-behind of an ASPX page?

What are the ASP.NET/CSS Fonts?

By steve on January 07, 2007.  |  Updated on January 22, 2012.  |  13,485 views, 16 today.  |  1 page.
 ASP.NET  CSS  Reference  User Interface  Web Browsers  Web Design 
A reference for the built in ASP.NET fonts in a convenient list.

What are the ASP.NET Named Colors

By steve on January 07, 2007.  |  Updated on January 22, 2012.  |  15,129 views, 15 today.  |  1 page.
 ASP.NET  CSS  Reference  User Interface  Web Browsers  Web Design 
View the ASP.NET named colors by name, swatch and hexadecimal value

Adding Columns to DataGrid Programmatically

By steve on January 01, 2007.  |  Updated on January 22, 2012.  |  82,273 views, 50 today.  |  2 pages.
 .NET Controls  ASP.NET  C#  Data  Snippet  SQL Server 
Demonstration and code for programmatically adding a custom column to a DataGrid.