R
Rohit
I need to pass a DataTable object by value over a tcp socket. Unfortunately,
I am forced to use the .NET framework ver. 1.1 for reasons that I don't want
to get into. Does anybody know how I can do this?
Note: if I had been luck enough to be able to use the .NET Framework ver.
2.0, I could have just converted the table to XML and sent it across, right?
I am forced to use the .NET framework ver. 1.1 for reasons that I don't want
to get into. Does anybody know how I can do this?
Note: if I had been luck enough to be able to use the .NET Framework ver.
2.0, I could have just converted the table to XML and sent it across, right?