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
Simple VB 2010 function
I want to use a vpn to access all lkocal recources.
Process of another computer
Compare XML value to string and retrieve different value
restore emails database from outlook to exchange2000
Copy/Paste Relative to other column's number of rows
How give value to dropdown in Windows application
"No boot sector on internal hard drive"
Can I create a timeline using HTML? ASP.NET? Word?
Windows Moible 5.0 Connect to Access Database (Connection String)