B
Bob
Hello folks!
I'm converting an asp page to an asp.net page.
What I have is
set obj=server.createobject("MyDLL.MyClass")
obj.PublicMethod()
this works fine in asp but it doesn't work in dot-net.
Anybody got the upgraded code?
Thanks-In-Advance,
Bob
I'm converting an asp page to an asp.net page.
What I have is
set obj=server.createobject("MyDLL.MyClass")
obj.PublicMethod()
this works fine in asp but it doesn't work in dot-net.
Anybody got the upgraded code?
Thanks-In-Advance,
Bob