Need help really bad

jkainth

New member
Local time
Today, 15:16
Joined
Oct 28, 2004
Messages
8
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?? How do i iterate through each textbox and get its value??

help plz
 

Users who are viewing this thread

Back
Top Bottom