A
Aidan Gill
Hello
I have a login screen, user types in username and
password, if they are validated I am retreiving their
email, fullname etc. I have a users.vb file with a class
that stores these details so when the user clicks the
login button the class is filled:
user.fullname = datareader.fields(1)
user.email = datareader.fields(2)
It stores the details fine. Then the user is directed to
another page, Main.aspx.
When the page loads I want to be able to grab the full
name from the above user class. It is coming back as blank
what am I doing wrong?
thanks
I have a login screen, user types in username and
password, if they are validated I am retreiving their
email, fullname etc. I have a users.vb file with a class
that stores these details so when the user clicks the
login button the class is filled:
user.fullname = datareader.fields(1)
user.email = datareader.fields(2)
It stores the details fine. Then the user is directed to
another page, Main.aspx.
When the page loads I want to be able to grab the full
name from the above user class. It is coming back as blank
what am I doing wrong?
thanks