hi,
i created a user class in vbscript , it has certain properties and functions. I created an array for that class becuase i needed a collection. The requirement was to access that collection from another asp page, so I put the generated array in a session variable.
After getting back the collction from the session variable i try to perform some calculation on it by calling one of its functions which is part of the object,
arrItem(1).GetZipCode
I get object property not supported error. Its working fine on the first page, i just can't access any method or properties when i get it back from the session variable in the other page.
any one has any idea on why this is happening or how can i typecast this back into my class object?
Blog:
http://dimaghkidahi.blogspot.com/