can someone help me.
I would like to ask if anyone knows how to use datagrid, that when i clicked or double clicked a data shown in datagrid it will appear in a textbook.
i'm using this codes
Dim Col As Integer = 0
messagebox.show (DataGrid1.Item (DataGrid1.Curr entRowIndex, Col))
but i don't know how to display the selected item in other form even i had declared a public variable in my module to use.
thanks much.
I would like to ask if anyone knows how to use datagrid, that when i clicked or double clicked a data shown in datagrid it will appear in a textbook.
i'm using this codes
Dim Col As Integer = 0
messagebox.show (DataGrid1.Item (DataGrid1.Curr entRowIndex, Col))
but i don't know how to display the selected item in other form even i had declared a public variable in my module to use.
thanks much.
Comment