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
Cisco Switch not configured with TACACS asks for username?
How to Improve search functionality in ASP.NET 1.1?
How to Use Abandoned Local Profile From Different Domain
If Statement on Control Source
Exchange 2010 refusing SMTP port 25 connections
SQL Select Statement
HP Desktop memory
how do I let users access OWA by exchange.domain.com vs. exchange.domain.com/exchan
ge
Delphi5 & Crystal ReportVCL v8.5
How do you access a ssh-secured SMB share from a Windows 7 client?