
Some months ago, I sent an article about a C# class that generates thumbnails and a reusable ASP.NET user control that displays thumbnail views. Several people asked me to port my solution to classic ASP. I found some time to do it and here I present the result. The ASP solution is functionally equivalent to that of the ASP.NET (in fact many pieces of code have been translated from C# to VBScript). Only some advanced options are missing (comments showing & editing, beveled thumbnails, thumbnail caching, thumbnail saving) because it is difficult to be implemented in classic ASP.
|