Hi everyone,
I am new to programming with visual web developer. In the past I have used visual basic 6. I used a textbox array there but looks like I cannot here. What I am trying to do is something like the following
for x = 1 to 32
textbox(x).text = "some text"
next x
the final project will have other checking procedures but to get my head wrapped around how to do this would be great. I have googled but just not sure still......