How to get the selected row set in the dataGrid

Jan 16 2008 11:30 PM
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)