protected override void pushData() { base.pushData(); ClsTopStudent lcStudent = (ClsTopStudent)_Student; lcStudent.Referral = txtReferral.Text; }
protected override void updateDisplay() { base.updateDisplay(); ClsTopStudent lcStudent = (ClsTopStudent)_Student; txtReferral.Text = lcStudent.Referral; }