Hi,
Currently I am using
vb.net to create a web application. I would like to pop up a confirmation message box to the user 1 minutes before the session end to ask whether the user would like to continue with the session. So, how could I detect the time before the session end? and is there any way to pop up the confirmation message box with pure
vb.net code without using javascript?