i have a form where the user inputs text in a text box and then click a button saying continue then i have another form where the user inputs more text and clicks a button saying continue i want the first part of text to be in a label on the 3rd form and the 2nd text in another label on the third form.
i think i have the code, this is what i put in but nuthin went into the labels:
txtboxname.Text = formname.labelname.Text
but nothing goes into the labels
please help!!!!!!!!!!! !
i think i have the code, this is what i put in but nuthin went into the labels:
txtboxname.Text = formname.labelname.Text
but nothing goes into the labels
please help!!!!!!!!!!! !
Comment