Hi Friends, I am a member of .Net India and first appreciating ur excellent articles. Here I our project we are using Infragistics controls in the UI and SQL server 2005 as a back end. I our back end we created SOAP endpoints and we created proxy for those endpoints and we are using it in our data tier. We have binded the multi-line text box with a datasource.
*Problem:* When we are sending a text with "\r\n" as a new line character to the proxy and it gets stored text with "\n" as a newline character. *We found the problem is occured while serializing and De-serialization of the text having "\r\n" as a newline character,* *each "\r\n" is serilized as "\n".* *Could you please give me a solution to this problem or give me some links to refer.* ** *Replacing the "\n" with "\r\n" after receving the data from service-tier is a solution but client doen't accepted it.* * * -- with regards Ravikumar.P -- with regards Ravikumar.P --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups ".NetIndia" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/TechdotNetIndia?hl=en http://www.satheeshbabu.com http://www.satheeshbabu.blogspot.com/ -~----------~----~----~----~------~----~------~--~---
