N
news
Can .NET handle the old system of arrays for controls used in Visual Basic?
eg
TextBox(1), (2) ...
eg
TextBox(1), (2) ...
Scott Allen said:AFAIK, the control arrays known to VB did not make it to the .NET
world (see
http://msdn.microsoft.com/chats/vstudio/vstudio_042302.asp).
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.