类似于这样var gw = new GridView { AutoGenerateColumns = true };
gw.DataSource = da.Table[0];
this.Form.Controls.Add(gw);
gw.DataBind();