Make your Classic ASP code work like in ASP.NET
Christian Calderon developed an interesting tool to provide some of the .Net events to classic ASP scripts.
Introduction
With the Classic ASP Framework you will be able to structure your ASP pages in the the same way you would do it using ASP.NET. The Framework is 100% event driven and includes most of the controls found in ASP.NET such as the TextBox, Label, GenericHTML, DropDown, CheckBox, CheckBoxList, RadioButtonList,DataRepeater, DataList, DataTable and MORE!