Creating VB class objects in ASP page? - TechRepublic
General discussion
April 19, 2002 at 03:58 AM
rajspace+newsletter

Creating VB class objects in ASP page?

by rajspace+newsletter . Updated 23 years, 11 months ago

Hi!

I have a VB Class. I create objects of that class in a COM Component, put all the objects in a array
and put the array in session… ok

Now, in the ASP page, I get the array from session. This array contains objects of the VB classes!
Now, unless I can create objects of the VB class in ASP, I cant work on the classes objects in the array!
SO, how will I create objects of a VB class in ASP?

Thanks
Rajiv.

This discussion is locked

All Comments