Not far into programming and just joined this forum of mighty company so this is a silly question, but what is the best way to clear textboxes in VB.Net and what is the diff
Just use:TextBox1.Clear() It will work fine.
TextBox1.Clear()