J
Jim McGivney
I am working on an ASP.net project with code behind in C#.
I must manipulate the contents of many image controls.
In visual basic (VB6) I could place all the controls into a control array
and then refer to an individual control by it's index number.
I would like to do the same in C#.
Can someone suggest a method I should use ?
Thanks,
Jim
I must manipulate the contents of many image controls.
In visual basic (VB6) I could place all the controls into a control array
and then refer to an individual control by it's index number.
I would like to do the same in C#.
Can someone suggest a method I should use ?
Thanks,
Jim