3
I created an access form for my administrative area, using a tutorial by Microsoft.
Now I need to retrieve the login that he typed to enter and show it on an administration page, and also to make future queries to the database.
How can I do that? I was told to save the login and password in one Session and then retrieve it on the other page, but I have no idea how to implement.
The company where I do internship uses Webforms :/
– GutoSchiavon