J
Jack Johnston
Hi there,
I am dynamically created a table at runtime on an aspx form. The last
cell of each row contains a TextBox in which the user will enter
numeric values into.
Each textbox I create is given a name such as myTextBox0, myTextBox1,
... etc Basically the index of the loop that creates the table is
appended to the end of each TextBox name (ID).
My Problem:
How do I capture the values in each text box once the user continues
(click button) to the next screen??
If you could possibily post me an example of how to do this I would be
most grateful.
Thanks in advance.
I am dynamically created a table at runtime on an aspx form. The last
cell of each row contains a TextBox in which the user will enter
numeric values into.
Each textbox I create is given a name such as myTextBox0, myTextBox1,
... etc Basically the index of the loop that creates the table is
appended to the end of each TextBox name (ID).
My Problem:
How do I capture the values in each text box once the user continues
(click button) to the next screen??
If you could possibily post me an example of how to do this I would be
most grateful.
Thanks in advance.