On the server side, i assign Bitmap.Tag = "a string", but on client side, i always get the Tag == null. Where am i doing wrong?
+1
A:
Tag is not marked by [DataMember] attribute, thus it's not serialized
Boris Modylevsky
2009-11-05 09:16:28