
Passing Objects in ASP.Net
lots of ways...depends on the complexity of the object...you could serialise
the object and store it in sessionstate, etc...
Quote:
> Hello,
> How do I pass an object from one asp.net page to another?
> Can I use code-behind to do this?
> Thanks