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
Trying to add Zend View Helper but get error Plugin by name not found in registry
how to keep domain administrator logged into server at all times
PHP
concatenation
VBA classes
C++ Struct Storing Time,Calculating Elapse time
string parsing question
Display Date
grep lines from N days back
ASA5510