Hi all,

I have array of controls (TextBox) on my form in VB 6.0. I have upgraded the project to VB .Net. The upgrade wizard has changed the names of TextBox array (from 'txtdata(n)' to '_txtdata_n')

I read that control arrays are not supported in .Net. The coding part of the form has not been changed. ie txtdata(n) is used in coding part. And the project is running fine.

I want to know how .Net handles control arrays after upgradation. control - 'txtdata' is not available on the form as the name has been changed. Even though the code is not generating any error. Why?

Pls guide.

Regards,

Prakash