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
Build sitemap for website
record source for reports and forms gone
Text_Changed for Gridview
cannot connect to ftp site via proxy server
How to start the DAS Administrator server in DB2 installed on solaris
ASA 5510 VPN DMZ
DBA Tasks
How do i show the permissions also using the below script?
A Perl Spreadsheet Problem
Decrease load time of tree in vb.net 2003