Hi,

I have a string, say for example string strTemp = "Hello how are you?".
Now how can i remove all the blank spaces in the string?

I tried using strTemp.Replace(" ","");
But this doesn't help...
Any idea how this can be done?

regards,
buddy