
Last month's column contained some ASP routines that made the task of building a form easy and elegant. This month I'll extend the concept by showing you how to build List and Combo boxes automatically. Usually, these form controls need to display data from a database; therefore, the form-building routines must accommodate database access, which makes the code interesting.
|