Hello,
I have a panel and I'm creating small textboxes which carries a text. Later when I create all the textboxes I'm able to move them dynamically in the panel and rearranged them in a order (in a straight line next to each other).How can I read the values of the textboxes from left to right
For e.g. I have text boxes carrying text in this order
A BC D R YT D
I OI PO
When I click a button I need to get the text in the textboxes in order starting from top left to bottom right. I would expect the result of the above example as "A BC D R YT D I OI PO". May be later I can rearrange the textboxes and I should get the result according to the new arrangements.
I hope I didn't confuse you. Any sugessions to solve this problem would be of great help.
thanks a lot