Value change in remoting
My web page (Asp.Net) pass a dataset to the business server ( VB.Net). Everything is find expect for one case. There is a case when the web page pass only space character in certain string fields. When I read the value of to field, I obtain an empty string. I think the problem is with the withspace in the either the serialize or deserialize of the dataset. What I need to do to correct the problem?
Stéphane
__________________
Stéphane
A programmer is a device that transform coffee in code lines
\"Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning.\" Rich Cook
|