Skip to Content
0
Former Member
Apr 12, 2010 at 03:13 PM

Clearing the fields in the form in vb.net

41 Views

Hi,

How to clear the test fields , to perform very faster way. I am using this clear() method as follows

Me.ocmpnyto.Value = ""

Me.ocontactto.Value = ""

Me.ophoneto.Value = ""

Me.ofaxto.Value = ""

is there any alternative .....

Thanks and Regards,

Y.

Edited by: Yughandar on Apr 12, 2010 5:47 PM