-
Do we assume you have forms full of text boxes that you fill in and then you want to wite all that text stuff to a database?
If this is the case then you are probobly taking the wrong approach to your program.
Give us some more detail and then we can make some suggestions.
Cheers
-
Yes, you are exactly right. That's how the form is layed out and then I want to write it all to the database.
-
If I understand right, you have 30 controls for each category, right?
If that's the case I agree with CGTS that this might be the wrong approach to the program.
But if you want to do it that way you could create a control array for each category and loop through the controls updating the db.