J
Jim McGivney
In VB6 I could form an array of labels and reference them by index number.
In a C# ASP.net 2 application I need to reference Label33 through Label64
programmatically. I'd like to use a for loop
for (i = 33; i < 65; i += 1)
Any suggestions on how to accomplish this would be appreciated. Code
samples are welcomed. I'd like the correct syntax.
Thanks in advance for your help,
Jim
In a C# ASP.net 2 application I need to reference Label33 through Label64
programmatically. I'd like to use a for loop
for (i = 33; i < 65; i += 1)
Any suggestions on how to accomplish this would be appreciated. Code
samples are welcomed. I'd like the correct syntax.
Thanks in advance for your help,
Jim