Ejemplo n.º 1
0
        //Showing Alll of the  Attendance Data
        //-------------------------------------

        private void btnGetData_Click(object sender, EventArgs e)
        {
            Student_Entry_Record frm = new Student_Entry_Record();

            frm.Reset();

            frm.Show();
        }
        //Showing Alll of the  Attendance Data
        //-------------------------------------

        private void btnGetData_Click(object sender, EventArgs e)
        {
            //this.Hide();

            Student_Entry_Record frm = new Student_Entry_Record();

            frm.Reset();
            frm.lblOperation.Text = "Student Master";
            frm.lblUser.Text      = lblUser.Text;
            frm.Show();
        }