Ejemplo n.º 1
0
        // Function to insert Evaluation modes for a subject
        public void Enter_Modes_Of_Evaluation()
        {
            Enter_Eval_Modes_Label.Show();
            Enter_Eval_Modes_Label.Text = "Enter 3 modes of evaluation for this Subject";

            Eval_1_Label.Show();
            Eval_1_txtbox.Show();
            Eval_2_Label.Show();
            Eval_2_txtbox.Show();
            Eval_3_Label.Show();
            Eval_3_txtbox.Show();
            Insert_eval_mode.Show();
            Insert_Eval_Marks_Button.Hide();
        }