Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Looking for suggestions...

Status
Not open for further replies.

Elliott3

Programmer
Sep 5, 2002
347
CA
Hello,

Here is an example of what I want to do. Say you have a page with a couple text boxes in which people will enter text. Also you have two buttons. The first button is an ad button. After you fill in the text boxes, you click the 'add' button and the data will apear in the lower part of the screen, adding a new row every time the user clicks add. I set it up in two frames one at the top and one at the bottom. Simple enough.

The second button is a submit button that will submit all the rows of data through asp. Any suggestions on how I should keep track of the data displayed in the table, as I do not want to resubmit with every click of the add, I only want to submit all at once. I need to be able to edit/delete each row before submitting.

All suggestions greatly appreciated!

Thanks.

CES
 
Well I am not yet done but I am using arrays and they seem to work great. If you would like to know specifics, just reply to this message and I will post more specific. Thanks.

CES
 
Well I am not yet done but I am using arrays and they seem to work great. If you would like to know specifics, just reply to this message and I will post more specific. Thanks.

CES

Also, someone suggested something in another forum but I don't know if it works thread333-513915. He took a lot of time but something tells me that you may have difficulty editing/deleteing.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top