Classic ASP

Active Server Pages (ASP) also known as Classic ASP or ASP Classic is Microsoft’s first server-side script engine for dynamically-generated web pages. With the Classic ASP Framework you will be able to structure your ASP pages pretty much the same way you would do it in ASP.NET. Â The beauty of the Framework is that it includes most of the controls found in ASP.NET like Label Box, Text Box, Drop Down, Check Box, Radio Buttons, GenericHTML, Data Repeater, and Data Table. Above all, the Framework is an “Event Driven GUI Paradigm” and it aids the ViewState.
Read More