How to get the selected row set in the dataGrid
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 ?