DiverDan
Contributor
What are the differences of clearing textboxes' text between:
TextBox.Text = ""
TextBox.Text = Nothing
TextBox.ResetText()
Eventhough there are probably a handful I left out, they all appear to accomplish the same thing.
Thanks
TextBox.Text = ""
TextBox.Text = Nothing
TextBox.ResetText()
Eventhough there are probably a handful I left out, they all appear to accomplish the same thing.
Thanks