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
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