ASP Objects and Classes | |
| << Main ASP Directory | |
| Page : 1 | 2 | |
| HashTable Object | |
| Using 2 arrays, a VBScript class and some slick coding, you can build your own class that works like a Perl associative array, a.k.a. a hash table. In Perl, a hash table is a data type that holds multiple name and value pairs. In VBScript, no data type exists that is even remotely similar to this. To overcome this shortcoming, ASP ships with the SCRRUN.DLL (Scripting Run Time Library) which most programmers are familar with because this DLL exposes the Scripting.FileSystemObject class which allows a programmer to access the server's file system. |
| HTMLTemplate Object | |
| The HTML Template Object is a lightweight class whose sole purpose is to completely separate HTML from server side ASP code. Through the use of special HTML templates, a web page can be created by setting the parameters of the HTMLTemplate object to match those found within the chosen HTML template. There are also several system and environmental variables available to a template file in addition to any user created template variables although these can be disabled to speed up processing of the templates. |
| ListServ Object | |
| This example allows an administrator to create and send an email newsletter to a group of people (listed in a database) who have agreed to receive mail by entering an email address. |
| MetaGenerator Object: HTML Meta Tag Generator | |
| Create a system to generate HTML meta tags for every web page on your site! All you need to do is input your web site information into 1 form and the resulting HTML is created, configured and displayed for you to copy and paste into any web page. |
| NumberArrayTool Object | |
| Just input an array of numbers into this class and it will do the rest. You can call any or all of the 10 methods to return specific information about the entered numbers. There is bound to be something useful here... |
| Session Object | |
| This FAQ discusses what the Session is, using session variables, and the pros and cons of maintaining state using the Session. (5 FAQs) |
| SiteFileSummary Object | |
| This is a very simple VBScript class that will recurse a website and return a simple count of the different file types present on the site. I made this on a whim when I opened one of my public site folders and clicked properties and it said something like : |
| Using the VBScript Dictionary Object | |
| This article discusses using the Dictionary object in your ASP pages |
| Page : 1 | 2 |
Get the best ASP hosting with DiscountASP.NET - great value, money back guarantee.
Plug and play ASP membership script that integrates with PayPal to let you charge recurring membership fees.
