i know its probably the first thing you were taught but how do i clear a textbox of text. and i know it too
ive got
tbText.text = () and its wrong
sorry but thanks
Printable View
i know its probably the first thing you were taught but how do i clear a textbox of text. and i know it too
ive got
tbText.text = () and its wrong
sorry but thanks
tbText.Clear
I never have trouble with... huh? What was I saying? ;)
tbText.text = ""
thanks, just one of those days LOL ;P
So many ways, so few textboxes :D
TextBox1.Text = String.Empty
TextBox1.Text = Nothing
i probably would've done textbox1.text = nothing