How to clear a DataGrid

VB.NET DataGrid1.DataSource = Nothing DataGrid1.DataBind() C# DataGrid1.DataSource = null; DataGrid1.DataBind();