S
Simon L. Prinsloo
Guest
Richard I got around that by creating a standard object (no .Net). On the client side, I derived a new object from that one, on which I implemented a .Net interface with no members. Once you cast it to the .Net interface, you can assign it to the tag. The limitation here is that you need your own serialization if you need to cross the AppServer boundary. Regards Simon
Continue reading...
Continue reading...