Hi all,
How do I design a web page that allows batch input of records? The number of records to enter varies(1 to 50). For example:
NAME, PHONE,SEX,DOB
John Smith,2134568289,M,4/4/65
Danny Snider, 2166504569,M,7/12/69
Cindy Miller,4054953205,F,2/11/75
I need to put the records in an array and send it to an asp page to process. What is the best way to do this? Do I first ask the user how many records he is inputting then provide him the page with a table has the number of rows he requested? Is there a sample out there? Please advise. Thank you.
How do I design a web page that allows batch input of records? The number of records to enter varies(1 to 50). For example:
NAME, PHONE,SEX,DOB
John Smith,2134568289,M,4/4/65
Danny Snider, 2166504569,M,7/12/69
Cindy Miller,4054953205,F,2/11/75
I need to put the records in an array and send it to an asp page to process. What is the best way to do this? Do I first ask the user how many records he is inputting then provide him the page with a table has the number of rows he requested? Is there a sample out there? Please advise. Thank you.