sagar_p_parakh
Member
- Joined
- Nov 7, 2008
- Messages
- 20
- Programming Experience
- Beginner
I want to select all cells from datagrid for doing futhur operation. I had use following code but it read only one selected data from datagrid .
please help me to read all data from datagrid cells . Thanks
VB.NET:
DataGridView1.SelectedCells.Item(0).Value
please help me to read all data from datagrid cells . Thanks