Pages

Total Pageviews

Add This

Sunday, May 8, 2011

Take value from one TextBox to another

If you want to text a value from one textbox to another you have to write the code bellow:

TextBox2.Text = TextBox1.Text

No comments:

Post a Comment