A
Arvind P Rangan
Hi,
I have created a class library which i need to use in my ASPX file.
when i say:
Dim mylib As TestLib = new TestLib()
it gives me an error saying type required.
How do we use a class library ?
Pls give me some example if you got.
Thanks
Arvind P Rangan
I have created a class library which i need to use in my ASPX file.
when i say:
Dim mylib As TestLib = new TestLib()
it gives me an error saying type required.
How do we use a class library ?
Pls give me some example if you got.
Thanks
Arvind P Rangan