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
How many database instance that can be supported by SQL Server 2008 Standard Edition?
How to store a set in a field and how to maintain it dyamically?
Counting number of days between two dates using C#
IIS 6.0 asp.net 2.0 cpu performance issue
How can I prevent changes to web browser proxy settings?
PXE-E55: ProxyDHCP service did not reply to request on port 4011 Using SCCM 2007
Transfer XP Pro client membership from workgroup to Domain
How do I lookup and insert the foreign key value into a table when passing a variable value from different column in the related table?
PHP calling URL (which domain got me here?) PATH_INFO?
Custom Control Designer Error