Microsoft
Software
Hardware
Network
Question : asp.net Need to know how to remove an UnderScore from a Sring Value
I have a string value of 58_1 as an example
how do i remove the underscore?
Answer : asp.net Need to know how to remove an UnderScore from a Sring Value
string s = "58_1";
Response.Write(s.Replace("
_",""));
Random Solutions
Is it possible to automatically copy data from AS/400 to Excel (or Lotus 1-2-3) without external apps?
Server 2003 Shutdown without Login
sendAndLoad onHTTPStatus issue
Meta redirect question
how to add decimal place in formula in seagate crystal report
msoutlook 2007 data file do not compress
Rate my system
Windows Authentication with User and Roles management in SQL Server
exchange 2003 and ISA 2006 certificate renew - RPC-HTTPS not working
Install Ruby Gems through a Firewall?