0
need a dynamic form that operates as follows:
The page should generate Y textboxes according to a Y number in the bank. My reasoning is this::
a. I select in the bank to see the number
b. I do a while or a for with that number to display the text
c. I do a string processing to define the name of Texts (example: text1, text2, text3, etc.)
d. I do the reverse way to save the data to the database.
It takes a lot of work. There’s some simpler way?
To put it in context: it’s a "football pool" game. The administrator registers the games in one day (the number of games may vary), and the next day the player users must fill in the guesses (in the textboxes).
What can I do to simplify?
What have you done? If you have something done and are in trouble somewhere specific, post the code for part, to be easier to help you
– Max Rogério