hi
i have 21 textbox on my form and i clear all with this code
Textbox1.text="";
Textbox2.text="";
.
.
TextBox21.text="";
but this way very long , how can i do this with less code's?
hi
i have 21 textbox on my form and i clear all with this code
Textbox1.text="";
Textbox2.text="";
.
.
TextBox21.text="";
but this way very long , how can i do this with less code's?