I was thinking of the old VB screens (eg VB 6) which had a SHIFT system and
PASTE. A array of controls was easily built and then a LOOP to set
attributes in an event.
I have looked at DataGrids, REpeaters, and DataLists but they seem to handle
one db column (last two controls) and the Grid is difficult to handle for
more advanced functions. I have built some controls using static controls
Text1, Text2 etc but this is not good code.
So what did MS replace the old arrays in VB with? They were widely used.
You might want to take a look at the repeater again. It can handle
multiple columns (or did you mean to say one row?). All the data bound
controls can then be found in the Controls array it biulds.
You might want to take a look at the repeater again. It can handle
multiple columns (or did you mean to say one row?). All the data bound
controls can then be found in the Controls array it biulds.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.