I have a very large code so I can't put it here...
For example I have textBox1, I want to change its text. Can I use something like:<textBox+"1">.Text="Changed"
?
I really need it because I will have to use "foreach" loop instead which slows the performance...
Thanks in advance!