2667Dependent Listboxeshttp://www.bullschmidt.com/devtip-dependentlistboxes.aspTo streamline code on the main page and easily allow many possibilities the above sample uses a custom ASP class called objjpsvbBuildOption which resides in an included page to actually fill the listboxes. But the same concept here also applies no matter what code is used to fill the listboxesASP > Tips and Tutorials > DevelopmentOct 10, 2006J. Paul Schmidt
This article examines how to strip HTML tags using regular expressions. Regular expressions are nifty little buggers that can be used to perform advanced string pattern matching and replacing. To learn more about regular expressions be sure to check out the Regular Expressions Article Index. Also, your regular expressions questions can be answered at the Regular Expressions Forum at ASPMessageboard.com.
Cascading Style Sheets (CSS) are used to separate style and layout rules from HTML content. Normally these rules are stored in a separate file called a cascading style sheet. By setting properties for a tag or class once, its appearance is changed everywhere it is displayed. CSS can save you an incredible amount of time both developing and maintaining your Web sites, and they promote display consistency across multiple pages. For an introductory article on style sheets go to http://wdvl.internet.com/Authoring/Style/Sheets/. The remainder of this article will assume a working knowledge of style sheets.
Use dependent listboxes for example to let a user choose a rep in a reps listbox and then have only the customers for that rep be shown in the customers listbox
In this article I have cut out the majority of the methods that perform the sorting and filtering to facilitate the learning process. These simplified classes will allow you to quickly grasp and learn to use a dynamic array that holds a dynamic array of objects (both dynamic arrays being objects themselves). Please keep in mind that this code is for Active Server Pages 3.0 (the version of ASP that is part of IIS 5.0, which ships with Windows 2000).
Show that you can send email with something other than ASP
Show how to consume a COM server
Send email when your email server is down (thanks to all the f%*&@g spammers!)
Frame that bastard in the office ;-)
Joining mailing list will entitle you
to receive occasional emails informing you of news and
updates to the site and any special offers that may be
of interest to you.