0
Reply

Data Carryover

Ronda Ballard

Ronda Ballard

May 1 2013 2:37 PM
961

I am trying to carryover data from one tab to another by using textboxes.  The following code is what I used, but it isn't working.

txtDiscipline2.Text = txtDiscipline1.Text;

txtDiscipline3.Text = txtDiscipline1.Text;

txtDisciplineA.Text = txtDiscipline1.Text;

What am I doing wrong?