SyntaxFix
Write A Post
Hire A Developer
Questions
When you run your form and you want showing text in textbox is clear so you put the code : -
textBox1.text = String.Empty;
Where textBox1 is your textbox name.