Dropdowns or combo boxes are
This article shows how to
Allowing multiple choices of
A step by step tutorial on
an excellent way to get
insert records to a
data elements enables people
caching data in memory. This
input from a user. One of
database, when the number of
to customize views of your
tutorial goes one step
the biggest problems with
records that need to be
data and adds value to your
further from simply caching
user input is spelling and
inserted is unknown. A must
applications. In this sample
data in memory to allow you
formatting. Here is how to
read for ASP/ADO programmers.
code, user inputted
to set a time limit in
use and populate dropdowns
choice(s) are added to the
seconds after which it
from a database.
basic sql statement to draw
refreshes the data in
them from the db. Since the
memory. Extremely useful
input from the dropdown menu
technique. Online demo
comes through comma
available.
delimited it is simply
written into the statement
without modification. Two
simple for next loops
determine which elements are
part of the record set and
displays them accordingly.
Date: Aug, 05 2002 Date: Dec, 04 2003 Date: Aug, 06 2000 Date: Aug, 08 2001 |
How to build a dynamic
This is the second article in
This is an article about
Sample implementation (source
dropdown list with ASP and
this series. This article
displaying binary data
code)illustrating how to
database data. Then, how to
mainly deals with SQL Joins
(images) from an Access
implement a "Suggestion
use ADO and recordset
and SQL sub-queries. Both of
database. Online demo and
Box" style form using
filtering to produce a
these are extremely useful
sample code available for
ASP and MS Access. Easily
structured list.
SQL constructs and should be
download.
installed, and customized.
learnt by all beginners.
Date: Aug, 27 2003 Date: May, 10 2002 Date: Apr, 03 2001 Date: Mar, 20 2006 |