コード例 #1
0
        public void LoadEvaluationStudentInformation()
        {
            string Details = Evaluation_CourseDetailscomboBox1.Text;
            StudentInformationBLL aStudent = new StudentInformationBLL();
            DataTable             dt2      = aStudent.ViewStudentInformationBLL(Details);

            EvaluationdataGridView1.DataSource = dt2;
        }
コード例 #2
0
        public void LoadStudentInformation()
        {
            string Details = SelectCourse_comboBox1.Text;
            StudentInformationBLL aStudent = new StudentInformationBLL();
            DataTable             dt2      = aStudent.ViewStudentInformationBLL(Details);

            StudentInformationdataGridView1.DataSource = dt2;
        }