I am trying to build an asp that the user could edit their own user information on it after they log in. Any clues on how is the best/easiest way for me to do this.
John
eg.
after validating you store the userid in a session variable
session("sUserId" = cUserID
your 'Update my info page' now uses this session variable to build the right SQL-statement:
cSQL = "SELECT TOP 1 * FROM USERS WHERE UserID = '" &_
session("sUserID" & "'"
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.