Is there a way to "automatically" load values into a multitude of text boxes in VB.Net?
In version 6, we did this by using the text boxes’ index numbers in a loop.
I am aware of the tabindex that is available in .Net, but if changes are made to the forms the controls might no longer be indexed contiguously.
Please let me know if anyone has a suggestion.
Terje
