I'm new to
VB.NET and have come across my first (of many no doubt!!) problem. I have a form where i am displaying the contents of a table from SQL Server. I am using a datagrid to display this information. This works fine.
I also have 2 textboxes which i want to populate when the user clicks an item in the datagrid. So i want to display the selected items in the textboxes. When a different item is selected then the textboxes should change accordingly.
Hopefully you understand what i mean.
Thanks