DataTable l_Dt = ds.Tables[0];DataRow l_Dr = l_Dt.NewRow();l_Dt.Clear();l_Dt.Rows.Add(l_Dr);GridView.DataSource = l_Dt;GridView.DataBind();