Hello,

How can I clear textboxes on a form other than like this....

txtProductID.Text = ""
txtProductName.Text = ""
txtQtyPerUnit.Text = ""

if I have 225 textboxes on several pageframes in an application this would take forever. Is not there a way to setall textboxes.text = ""?


FoxT

Always lookin' for an easier way!