E
Elmo Watson
in VB6, I used to be able to create an array of controls:
textbox(0)
textbox(1)
textbox(2)....etc
That way, I could do a for/next loop and run through them with code, using
their index number as a key for the routine...
I tried to do this with panels, but adding the parentheses to the ID throws
an error message that it's not possible.....
How can you do this with ASP.Net (or is it possible at all)?
textbox(0)
textbox(1)
textbox(2)....etc
That way, I could do a for/next loop and run through them with code, using
their index number as a key for the routine...
I tried to do this with panels, but adding the parentheses to the ID throws
an error message that it's not possible.....
How can you do this with ASP.Net (or is it possible at all)?