orangeroad
03-17-2006, 01:16 PM
for example, i have a customer form and the form is used to fill out the customer data. the form has about 20-30 text box(just an example).
it would be ****ed to look at the every control's name and type controlname.text ="" and the code would end up 30 lines =.=...
so it's not good.
if i do this way, it's little slow also.
so, anyone know how to do control array to clear all the textbox in few code?
it would be ****ed to look at the every control's name and type controlname.text ="" and the code would end up 30 lines =.=...
so it's not good.
if i do this way, it's little slow also.
so, anyone know how to do control array to clear all the textbox in few code?