Hello everyone, I'm a frequent reader of a lot of software dev forums on the interent when I go searching for solutions for problems. But it seems like I always keep coming back to this one because it's correct.
But to start off, I made a little app that has a login form on it(username and password textbox, the general stuff). I'm also linking to the database which has theuser information in it. Upon searching the database and seeing if the user's info is there it moves to the next page, I have that all done.
But I would like to know if there is some way to welcome the user by name on the next page? All the links I click to keep saying ASP.NET, which is not what I need. Is there a way to do this?
EXAMPLE:
username: john
password: jj123
NEXT PAGE says something like: Welcome John on it. . .
Thanks guys!