Hello all. I am currently converting classic asp to asp.net. I have one of my class modules converted, but I get an error when I try to Dim the class in the .aspx page. The error is: Type 'clsUser' is not defined.
Here's what I'm doing..
Class Module:
Public Class clsUser
...
End Class
.aspx page
dim objUser = new clsUser
Any ideas what I'm doing wrong?
Thanks!
SteveS
Here's what I'm doing..
Class Module:
Public Class clsUser
...
End Class
.aspx page
dim objUser = new clsUser
Any ideas what I'm doing wrong?
Thanks!
SteveS