Hi
I would like to know how can I trigger a server action when a user exit the current page to go to another page. This is possible?
Thanks
Yes is quite easy. Simply add a Dynamic on click event to the element that take the user to the next page (ie a button, link, etc). Select the element. Click on dynamic events. Select on click, then assign your action. The click will trigger the event you require to pass/execute. Very simple to do.
Thanks Dave
I will try this way and let you know.