Hello,
I am designing a form on a ASP (classic) page on which the user can make 1 to n entries for a certain set of fields. These translate into detail records in the SQL Server db.
I would like to list maybe 3 sets of these fields when the page loads but give them a button to add more. I thought about using an iFrame somehow, but that could get messy in keeping track of the data when it comes time to process.
Does anyone have an idea how I could implement this?
Thanks!
Bill
I am designing a form on a ASP (classic) page on which the user can make 1 to n entries for a certain set of fields. These translate into detail records in the SQL Server db.
I would like to list maybe 3 sets of these fields when the page loads but give them a button to add more. I thought about using an iFrame somehow, but that could get messy in keeping track of the data when it comes time to process.
Does anyone have an idea how I could implement this?
Thanks!
Bill