Hi all,

I have n number of rows in a table and n number of columns.

For each row I would like to create a unique textbox and the values of everything in that row being populated into that textbox.
I figured I could concatenate the row and get the information for the textbox from there.

Many thanks

Andy