Hi, i use simple login with a login page where user place u/n and p/w.
The data are compared to store data from access db. If matches, open a secure page.
So far so goob.
In secure page i wanr to show a gridview with user's data, so he can change/update it.
How can i use his u/n from the login form from login page and use it as querry in secure page? I think it can be done with session.
Thanks.