Software Development Network>> Visual C#>> Datagridview delete row
Hi,
How about using the following statement Try this and see.
this.dataGridView1.Rows.Clear();
- Mamta
Datagridview delete row
Shrad
Mehdi311ggg
Hi,
How about using the following statement Try this and see.
this.dataGridView1.Rows.Clear();
- Mamta