oledbCommand Comm = new OledbCommand(,); GridView1.DataSource = Comm.ExecuteReader();GridView1.DataBind();