المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : How to work by reference object in remoting



C# Programming
03-19-2010, 05:21 PM
i have created an object at client side and update it some properties values and pass it to the server, to save the object data in database.
Object data is saving correctly and the some properties is also updating at server side of passing object. but when we access the object at client side
then client properties does not update.

so how can we work as reference object between client and server in remoting, means if we update the object properties at server side, then it should show the changes at client side also?