hey hope someone can help me with this problem...
I have a page that loads when a student logs in, and at the top there's a label that's represents the last time he/she has logged in... This date is stored in an table
I tried using code that will update the date to todays date in the global.asax under
void Application_End(object sender, EventArgs e)
{
}
But seems like I cant use SQL connections there
How do I change the date stored in the table to the (todays.date) once the user closes the site by exiting?