How can I clear all textboxes on a windows forms with a clear button event using C#? The textboxes reside in a panel also.
Code from designer file:
this.panel6.Controls.Add(this.textBox14);
Thanks,
Ron
How can I clear all textboxes on a windows forms with a clear button event using C#? The textboxes reside in a panel also.
Code from designer file:
this.panel6.Controls.Add(this.textBox14);
Thanks,
Ron