I swear to god I tried googling it. I have a webcontrol that logs into the database the time and date of a page load, and same of page unload.
I can't set it up to save my life.
can somebody provide a solution?
Thanks!
I swear to god I tried googling it. I have a webcontrol that logs into the database the time and date of a page load, and same of page unload.
I can't set it up to save my life.
can somebody provide a solution?
Thanks!
You can use UserControl's Load and Unload events.
Here is ASP.Net Page Life Cycle