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
Muliti Site Network Help
problem exportting gridview to excel spreadsheet
Backup Exec 2010 fails on VSS services
Convert web.config from .NET 3.5 to 4.0
MS SQL count total time.
user access list - who maintains them
Send Mail via Google Apps
Detect dual monitor via javascript
Router Sessions
J2ME - J2ME Polish - Class not found error only in some places