find textbox in window form
hi all,
i have a form name "form1". in this form i have 20 textbox. i want to clear all the text in these textbox.
1. i am not want to write like this textbox1.clear ,textbox2.clear ETC.
i want to run a loop an clear all the text in the textbox how can i do this
or
any one can simple way given to me
Pls give with example
|