This article describes how to use object oriented design principles in Visual Basic. Topics covered are inheritance, polymorphism, aggregation, encapsulation and overloading. In the end a case study is presented where the OOP concepts just learned are applied. Read More
In this tutorial we will learn how to upload files using plain ASP (VBScript). We will not use any external component for this. Only VBScript will be used. The files will be saved on server's hard disk. Read More