// TODO: This line of code loads data into the 'student1DataSet.stTable' table. You can move, or remove it, as needed.
this.stTableTableAdapter.Fill(this.student1DataSet.stTable);
dataGridView1.AutoGenerateColumns = false;
dataGridView1.ReadOnly = true;
