Object access

  • Thread starter Thread starter Robert
  • Start date Start date
R

Robert

Hi all,

is there a way to access an object which is created on one
aspx Site from another aspx site?


Thanks
Rob
 
Rob,
Yes, with a web service you can expose objects. You can also return objects
by serializing them (if you can
serialize it).

Louis Dascoulias, AWS
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top