Web development resources
ASP.NET
Here is a list of my ASP.NET code samples. You may click on the name for more detailed information, which may include an example of what the code produces and tips for getting the code to run in your web site. You may also download the code directly from this page by clicking the disk icon on the right.
Name Description Download
Hit Counter This is an easy to use, customizable hit counter which can track multiple pages on your site. Download the ASPX Hit Counter
Passing Session State from ASP to ASP.NET Passing session state between ASP and ASP.NET applications can be a pain. I recommend reading this article before you download the code. Download the Session State code
Registering Javascript in the header If you're using .NET 1.1 and want to put javascript in the <head> section, then check this code out. Download the Register JScript code