A
Alexander
Hi,
I'm writing an application that use an Asp.Net Application to
send/recive data from a database (MS SQL Server).
To send/recive data i use XML. From ASP to the other application all
work fine.
But when I try to send XML data as a parameter from the other
application to the Asp.Net application I get an exception.
Asp.Net dosen't acept charters like "<" or ">" with same text inside:
"<text>".
Dose anyone know how i can send XML code like parameter to ASP?
Thaks
Alexander
I'm writing an application that use an Asp.Net Application to
send/recive data from a database (MS SQL Server).
To send/recive data i use XML. From ASP to the other application all
work fine.
But when I try to send XML data as a parameter from the other
application to the Asp.Net application I get an exception.
Asp.Net dosen't acept charters like "<" or ">" with same text inside:
"<text>".
Dose anyone know how i can send XML code like parameter to ASP?
Thaks
Alexander