how to clear datagridview c#

69

how to clear datagridview c# -

gridView1.DataSource = null;
gridView1.DataBind();

Comments

Submit
0 Comments