C
COHENMARVIN
I have a class written in visual basic that I would like to call from
an aspx page.
The vb file is called "encryption.vb", and it contains:
Namespace Encryption
Public Class Hash
Public Class Symmetric
and more classes
I don't know how to call these classes from a aspx page. Do I need to
compile the encryption.vb file? And if so, how would I refer to the
classes from within my aspx page?
Thanks in advance
Marvin
an aspx page.
The vb file is called "encryption.vb", and it contains:
Namespace Encryption
Public Class Hash
Public Class Symmetric
and more classes
I don't know how to call these classes from a aspx page. Do I need to
compile the encryption.vb file? And if so, how would I refer to the
classes from within my aspx page?
Thanks in advance
Marvin