prprogrammer
Programmer
Hi Want to know if the only way to use my class .vb in my .aspx pages is via namespaces. if exist other better way please tell me.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Public Class Class1
Public Function TestFunction()
' Do Nothing
End Function
End Class