K
Karkera
Hi,
I am having this weird issue with regards to the partial class.
I have a strongly typed datatable, gets data from database and gets remoted
to the client using tcp channel. This is working as expected.
Now I need to add some custom properties to this typed datatable so I
modified the typed datatable(by using the partial class) to add additional
properties.
After this modification I am finding that the remoted datatable at the
client not retaining the data for those custom properties. The data on the
typed datatable is still intact. But just the stuff in the partial class
getting lost.
Also I debugged and found this loss occurs once the remoted object received
at the client. At the server level all the values intact.
Anyone experiencing this?
I am having this weird issue with regards to the partial class.
I have a strongly typed datatable, gets data from database and gets remoted
to the client using tcp channel. This is working as expected.
Now I need to add some custom properties to this typed datatable so I
modified the typed datatable(by using the partial class) to add additional
properties.
After this modification I am finding that the remoted datatable at the
client not retaining the data for those custom properties. The data on the
typed datatable is still intact. But just the stuff in the partial class
getting lost.
Also I debugged and found this loss occurs once the remoted object received
at the client. At the server level all the values intact.
Anyone experiencing this?