hi:
What Is the Equivalent of index as in vb6 to C#?

say I have 55 Textboxes, I need to place 50 data in only 50 textboxes, the remaining 5 are for other usage. How can I approach this ?

(It is easy using index in VB6)



Thanks