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