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
What is the proper DNS settings for ...
Failover internet routing advice
Translate web site
Newsletter emails stuck in qmail queue
Vlookup with exact number format
Adding an if statement
Your message wasn't delivered because of security policies. Microsoft Exchange will not try to redeliver this message for you. Please provide the following diagnostic text to your system administrator
#tables always in tempdb only?
jQuery script error in Firebug
How to connect Crystal Report to SQL database in .NET C#