Someone once said there is no such thing as a stupid
question...so here goes
How do I force text entered into a textbox to submit as
lower case...I'm sure I have done this b4 but can't
remeber how
cheers
JB
Gavin Jacobs - 29 Oct 2003 23:59 GMT
How about this:
strLower = LCase(yourTextBox.Text)
See LCase() in the VB.Net help file.
> Someone once said there is no such thing as a stupid
> question...so here goes
[quoted text clipped - 6 lines]
>
> JB