|
How to build a dynamic
This article wraps up the
The author writes
This article provides sample
dropdown list with ASP and
details of the real time
"CoverYourASP's
source code for a user query
database data. Then, how to
data grid that started in
original database
parser which allows users to
use ADO and recordset
part one of this two-part
administration tool didn't
submit full-text search
filtering to produce a
article. It looks at the
look for foreign keys, and
queries from ASP to SQL
structured list.
JavaScript code that
just displayed a confusing
Server 2000. Full source
contacts our database server
list of primary key values.
code available for download.
and allows us to update data
Now, it's been improved with
in a database without
automatically generated list
actually refreshing the page.
boxes." This tutorial
explains how to turn those
foreign keys into list boxes
automatically.
Date: Aug, 27 2003 Date: Feb, 14 2002 Date: May, 23 2001 Date: Apr, 24 2001 |
|
This article shows how to
Storing frequently used
This article shows how to
The author writes
publish and distribute
lookup data in a database is
insert records to a
"Recently I was asked
Microsoft Access reports on
a great idea (e.g. order
database, when the number of
to develop a web based
the web using ASP.
status codes, state names,
records that need to be
report that would collect
etc.) that saves tremendous
inserted is unknown. A must
data from a database, format
amounts of time in design
read for ASP/ADO programmers.
it in an HTML page and then
and maintenance. However,
print a certain number of
retrieving that data from
rows on each page with a
the database every time it
column header on each page.
is needed is very
This solution solves the
inefficient. This article
problem." Source code
describes how to use
available for download.
Application variables to
cache frequently used lookup
data in memory to achieve
lightning fast access times.
Date: Apr, 10 2001 Date: Jun, 28 2000 Date: Dec, 04 2003 Date: Jul, 20 2001 |