Remove Space
-
Hi, How to remove the blank spaces in middle in the string using asp.net 2.0 Example Reminder 1 replace Reminder1
-
Hi, How to remove the blank spaces in middle in the string using asp.net 2.0 Example Reminder 1 replace Reminder1
shanthi jothi wrote:
Example Reminder 1 replace Reminder1
string strOrginal = "Reminder 1"; string strReplace=strOrginal.Replace(" ","");
BTW : Its is nothing related with asp.net, its just simple C# code. :laugh:
cheers, Abhijit
-
Hi, How to remove the blank spaces in middle in the string using asp.net 2.0 Example Reminder 1 replace Reminder1
-
shanthi jothi wrote:
Example Reminder 1 replace Reminder1
string strOrginal = "Reminder 1"; string strReplace=strOrginal.Replace(" ","");
BTW : Its is nothing related with asp.net, its just simple C# code. :laugh:
cheers, Abhijit
Thankyou very much
-
Hi, How to remove the blank spaces in middle in the string using asp.net 2.0 Example Reminder 1 replace Reminder1
Apart from learning some C#, you should understand ASP.NET well enough to understand that this is NOT an ASP.NET question. It's a 'I really don't know C# at all and should not be working on websites until I've read a basic book and learned to use google' question. those go in the C# forum.
Christian Graus Driven to the arms of OSX by Vista.