Events
-
When visitor of webpage closes page without logout(clicking cross in titlebar) means which event will be generated?
-
When visitor of webpage closes page without logout(clicking cross in titlebar) means which event will be generated?
i think browser event will fire.. like window or browser closing.. no asp.net page event will fire.. anyway why u want to kno this.. any problem struct or jst for knowledge..??
-
i think browser event will fire.. like window or browser closing.. no asp.net page event will fire.. anyway why u want to kno this.. any problem struct or jst for knowledge..??
when user of the website clicks cross in titlebar without clicking logout button i have to make it as Logged out. So how this can be done?
-
when user of the website clicks cross in titlebar without clicking logout button i have to make it as Logged out. So how this can be done?
You have to handle the close event of the browser and then fire server side method to do database modifications
Coding C# ExciteTemplate
-
when user of the website clicks cross in titlebar without clicking logout button i have to make it as Logged out. So how this can be done?
kavinnagarajan wrote:
when user of the website clicks cross in titlebar without clicking logout button i have to make it as Logged out
unload event will fire... Try using that....
Padmanabhan My Articles: Articles[^] My latest Article: Word Automation[^]