Tag Archives: clear data

30Jun/13

How to clear all input data or add reset button

When creating c# program, one of the important button for user was “Reset” button or “clear” button. This button use to clear all data input in the program. Coding below shows example of this purpose. – Description of the coding – txta = name of TextBox 1. Each of your text box available need to […]