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
How to use check marks as bullet points
How to stop theft of services?
RunningValue can't use a group clumn as scope if another row is using a row group scope?
BES Enterprise 4.1 to BES Express
VBS Script stops when it encounters an offline computer
How do I add check boxes which update several records by their id from the checkbox?
Bad Pathping MPLS Cloud
Error: The URI you submitted has disallowed characters. Using Apache and Code Igniter
ironman 2 technology
How to check Oracle Stream replication transaction?