0
I have a listview with some items and columns, I would like to know how to pass everything to a textbox, in text form same. Example:
The table:
ID NOME IDADE
0 Luis 47
1 Juca 69
Na Textbox:
0 Luis 47
1 Juca 69
How could I do this or something like that?