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
call to undefined function ocilogon()
SQL Server Total Server Memory less than the specified Minimum Server Memory
Need to increase Users mailbox size
How can I include months with zero rows in a Sales By Month report
Backup Exec 12.5 restore
package execution
Disply price including vat and excluding vat in virtuemart
Weird Logitech Keyboard behavior
Select Join quetion
behind a click