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
Registry settings for RemoteApp in Terminal Server Profile - Windows 2008 r2
transpose rows and columns in Crystal Reports 9
wirecast not working via RDP
Assign the value from an db.OpenRecordset("Select ... statement to a variable
Oracle Decode
coldfusion cfinvoke error java.net.MalformedURLExcep
tion: For input string:
What system should I get?
SQL Syntax for SELECT TOP 25 PERCENT, SELECT NEXT 35%, SELECT NEXT 15%, etc...
Windows 2003R2 Active Directory Domain Controllers
AutoCAD Data Extraction & Windows XP Scheduled Task