Microsoft
Software
Hardware
Network
Question : Remove space from textbox automatically
Hi,
I have a post code lookup textbox, but my database stores the postcode without a space, I need some code which will check and remove the space automatically if one exists before the DB lookup is performed.
Can anyone help me?
Thanks
Answer : Remove space from textbox automatically
Try using Replace.
Dim strPostCode As String = "98532 55 322"
strPostCode = strPostCode.Replace(" ", String.Empty)
Random Solutions
problem with an exteranl hard drive
return type missing
Send Outlook Contact Automatic Update
sbs2003 "windows 7" setup.exe problem
What is the fastest IDE hard drive available?
How do I chop off extra decimal places?
iexplore.exe virus
I need help getting https 443 working on a pix firewall.
Parse Flat file...
PHP Query for asterisk phone system - How to display live data from this query