1. Control of Datagrid in VB.Net. using OLEDB connection
example:
a. how to select a row, press a button then it will copy every items in each cells in that single row to a particular textbox or variable?
b. how to refresh datagrid?
c. how to keep on adding item to datagrid, i found that once you bind it, you can't add anything new nor refresh the datagrid.
I ask this question because i use to MSHFlexgrid in VB 6 but i'm really unfamiliar with datagrid in the VB.Net
:(