Example #1
0
        protected override void PushData()
        {
            base.PushData();
            ClsTOPStudent lcStudent = (ClsTOPStudent)_Student;

            lcStudent.ReferralAgency = txtReferralAgency.Text;
        }
Example #2
0
        protected override void UpdateDisplay()
        {
            base.UpdateDisplay();
            ClsTOPStudent lcStudent = (ClsTOPStudent)_Student;

            txtReferralAgency.Text = Convert.ToString(lcStudent.ReferralAgency);
        }