it depends on how you have the name stored in the asp page.
are you usign a session variable? or a server varible? or a cookie. your going to need some way to store the name or ID of the user when they log in.
That question is very specific to your database design and application structure. i.e. it would be impossible for anyone to answer it correctly. In most database designs the primary key for a user is usually what is associated with user content, so you may want to start exploring from there.
Comments
Leave a comment Trackback