A
al
Greetings,
I have asp.net page with a textbox. This textbox is used to pass
values(mainly strings) to VB.NET webservice using Webservice-behavior.
User may enter <br> value in that textbox which will cause a problem
since XML parser does not accept <br> to pass to webservice.
My question is how can I pass <br> to webservice as a string or any
convertible type without causing the XML parser error.
MTIA,
Grawsha
I have asp.net page with a textbox. This textbox is used to pass
values(mainly strings) to VB.NET webservice using Webservice-behavior.
User may enter <br> value in that textbox which will cause a problem
since XML parser does not accept <br> to pass to webservice.
My question is how can I pass <br> to webservice as a string or any
convertible type without causing the XML parser error.
MTIA,
Grawsha