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
PismoPat
2ndrnd02
Hi,
How about using the following statement Try this and see.
this.dataGridView1.Rows.Clear();
- Mamta