Here is the issue, I am passing the information from a text box to do a comparison.
what is happening is the first one comes out as just text.. i.e. "123"
and the second
comes out as "\r\n123"
If i use the .Replace("\r"," ") function it also removes r from the typed text...
Please help! I need to make sure that the enter key is not there so that is comparing "123" to "123"
what is happening is the first one comes out as just text.. i.e. "123"
and the second
comes out as "\r\n123"
If i use the .Replace("\r"," ") function it also removes r from the typed text...
Please help! I need to make sure that the enter key is not there so that is comparing "123" to "123"
Comment