Hello,
I am creating an ASP application and I am trying to call a stored procedure when the user changes the page within the application. For example, the user is on Page1, then navigates to Page2. When the user leaves Page1, I would like to update records on a server without having to click a submit button or any button like that, just automatically trigger the stored procedure when the page changes.
Is there a Page Event that handles this action or a function that could be used?
Any help would be greatly appreciated. Thank you.
I am creating an ASP application and I am trying to call a stored procedure when the user changes the page within the application. For example, the user is on Page1, then navigates to Page2. When the user leaves Page1, I would like to update records on a server without having to click a submit button or any button like that, just automatically trigger the stored procedure when the page changes.
Is there a Page Event that handles this action or a function that could be used?
Any help would be greatly appreciated. Thank you.