Re: Ghost value in textbox
Spaces are characters too! In a multiline box returns are characters too too! Tabs are characters too too also! Just because you can't see it, doesn't mean it's not there!
Re: Ghost value in textbox
Yes. the problem was in the text properties box. I deletedwht seemed to be a blank space.
It's working now.
Is there a function like PHP "trim()" to trim spaces or any other to prevent it interpreting spaces as characters?
Thanks
Re: Ghost value in textbox
Yup, and strangely enough it's TextBox1.Text.Trim()
Re: Ghost value in textbox