Exemplo n.º 1
0
        protected override void PushData()
        {
            base.PushData();
            ClsTOPStudent lcStudent = (ClsTOPStudent)_Student;

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

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