Printable View
How can I get a cellvalue from a datatable to an textbox?
Dim a As New DataTable() text1.text= a.Rows(0)("Name")