how to add rows on the form

C

CD

My idea is to have a web form that a user can add extra fields if needed.
Example would be a form that a user would add ComputerName, IP, and at least
one row of data say Application, Vendor, Contact. Then they need to add two
more rows of the same data (App,Ven,Cont). So I guess some sort of
dynamically adding more fields for more data entry. The point being you
don't have an idea how may there really are to add. Then on the database
side I would guess one table to hold the IdentNumber,ComputerName, IP and
another table for the IdentNumber, App,Ven,Cont. Not sure what even to
entry for search engines.

TIA
C
 
C

Chris Hohmann

CD said:
My idea is to have a web form that a user can add extra fields if needed.
Example would be a form that a user would add ComputerName, IP, and at
least one row of data say Application, Vendor, Contact. Then they need to
add two more rows of the same data (App,Ven,Cont). So I guess some sort
of dynamically adding more fields for more data entry. The point being
you don't have an idea how may there really are to add. Then on the
database side I would guess one table to hold the
IdentNumber,ComputerName, IP and another table for the IdentNumber,
App,Ven,Cont. Not sure what even to entry for search engines.

TIA
C

Search for "master detail" in the classic asp groups:
http://groups-beta.google.com/group....public.inetserver.asp.*&safe=off&qt_s=Search
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,150
Messages
2,570,853
Members
47,394
Latest member
Olekdev

Latest Threads

Top