friends i am doing C#. I want to know how to get or store data entered by the user in a text box.
suppose you store data entered by the user in one variable and then use that variable to display the message and the same text.
pls help
__________________
The secret of creativity is knowing how to hide your sources.
Albert Einstein
Advertisements. Register and be a member of the community to get rid of them.
^^ Note that the command label1.text=a.toString() should be placed within event handler for textbox text change... On the other hand, you can also write for focus leaving the textbox...