Thread
:
TextBox Control in C#
View Single Post
satyedra pal
Contributor
3May2010,11:57
you can take the value of TextBox again and again by using the TextBox.Text keyword ,it can be TextBox1.Text or Text?Box2.Text or........... so on.It will find out the value of TextBox as input.