|
|
|
|
|
| | |
|
Active Server Pages ASP programs help tutorial tutorials routine routines jobs listserve mailinglist bulletin board bulletin boards programming snippet snippets CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Data Processing with Multiple Records |
From: |
Dave Girvitz |
Date: |
11/19/2000 7:30:35 AM |
IP: |
207.232.16.58 |
I am fairly new to ASP and was dumped into a project that requires heavy reliance on enabling users to receive and update multiple records. Inserting single records is OK. Privacy is a top priority for this project (the customer does not want to see query strings appearing anywhere). The best method we have found so far is to create a list of fields where the name is suffixed with and index (eg. name1,name2,name3,...etc.) and using various tricks to manipulate the data. Question, is there any way to create an array of fields or tags, such as text boxes, such that I can refer to them by index? |
|
|
|
|
|
|
|
|
|
|
|
|