1
Answer

How to get the selected row set in the dataGrid

chamin Lanerole

chamin Lanerole

16y
2.8k
1
In .NET 2.0 datagrid (Not the DataGridView) we can select multiple rows from the
mouse and when we press delete button we can delete those rows from the datagrid.

I want to get those selected rows.
How can i do it ?
Answers (1)