how to set last login data time ?
we all using gmail , where in gmail inbox one label is display which is show the last login data time , i have try a lot in my project but can't able to achive it in my project , can any body explain me how i can add last login details in my user page?? asp.net c# language
Brijendra GautamPosted Apr 8, 2014, 8:31 AM
When user come to the portal, fetch the data from the database and display it to user page. And then add new login time into the database.
Nitin SharmaPosted Apr 12, 2014, 4:33 AM
your advice will help me lot , can you tell me the logout button code too