Maximizing the Performance of Your Active Server PagesActive Server Pages (ASP) provides a consistent, easy-to-use interface to Web-based clients. With ASP, you can connect your user interface (HTML) with business logic. ASP also provides a secure environment for Web applications that require...
MDAC InstallationMicrosoft® Data Access Components (MDAC) is a set of software components that are used to provide applications a means to access data from various data storage sources, with a focus on access to Microsoft SQL Server™. A large number of...
Page Template FunctionalityThis code formats pages of a web site dynamically, basing the layout, colours and formatting contained in an HTML template file which some custom tags we've defined. Running a web site from a template in this way has a number of advantages we'll look...
Paging Through Records from ASPDisplaying a large recordset in an Active Server Pages (ASP) application is a problem you probably are familiar with. This article provides insight into that problem, a solution, and sample code that can be modified easily to work for your particular...
Poll Your Visitors with ASPWant to give your users something to do on your site? Give them a poll - and learn a thing or two about ASP at the same time!