DataTable dt = new DataTable(); da.Fill(dt); this.textBox1.Text = dt.Rows[0]["name"].ToString(); this.textBox2.Text = dt.Rows[0]["ID"].ToString();