i have form with textboxes, which gets populated with a query...(example):
firstname(labels) lastname age
------- -------- ----
john (textboxes) Brown 30
linda pillon 42
.
.
.
the user can make any changes to the above data while in the textboxes. There is a button in the footer section which when clicked should take the above data and write it to a text file.
the question is..... when the button is click i need a way to move through the textboxes and get their data. since the records displayed can vary(the number of textboxes migh be more sometimes sometimes less) how do i get the values??
help plz
firstname(labels) lastname age
------- -------- ----
john (textboxes) Brown 30
linda pillon 42
.
.
.
the user can make any changes to the above data while in the textboxes. There is a button in the footer section which when clicked should take the above data and write it to a text file.
the question is..... when the button is click i need a way to move through the textboxes and get their data. since the records displayed can vary(the number of textboxes migh be more sometimes sometimes less) how do i get the values??
help plz