# Nice post on rendering a PNG hit counter from ASP.NET

<datetime class="hidden">2006-09-07T00:00</datetime>
<!-- category -- mostlylucidcouk, Imported -->

## 
Nice post on rendering a PNG hit counter from ASP.NET 

posted on Sunday, September 05, 2004 11:58 PM

[This is a really great post](http://dotnetjunkies.com/WebLog/chris.taylor/archive/2004/09/05/24481.aspx) from [Chris Taylor](http://dotnetjunkies.com/WebLog/chris.taylor) on a method of rendering a LCD style hit counter using ASP.NET. Chris mentions a bug using the Image.Save method for PNGs - which is a bit wierd...Anyway, nice code, nice post...nice!