i have designed a Page just like Yahoo Sign Up Page.. i want to do such that when i fill all the required fields of that page, those filled values get displayed on a textbox. i wrote a code i.e:
TextBox9.Text = TextBox1.Text; TextBox9.Text = TextBox2.Text; TextBox9.Text = TextBox3.Text; TextBox9.Text = TextBox4.Text; TextBox9.Text = TextBox5.Text; TextBox9.Text = TextBox6.Text; TextBox9.Text = TextBox7.Text; TextBox9.Text = TextBox8.Text; but it is displaying only the value of textbox8 in textbox9..