Hi there,

I'm develloping webclasses and in ASP/Webclasses it is not possible to store Objects like collections in the session object.
A way to get around this would be to read the object out of the memory, convert it to a string and then store it and the other way round when I want to read the object again.
This means I'd need to functions like Object2String and String2Object where one returns a string and the other one an object.

Is this possible in VB? If yes, could anyone get me started?

Thanks for your help,
Daniel