TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Pramod Singh
1k
390
34.1k
Asp.Net Core 2.0 and JQuery - Issue (Browser Close) Event
May 14 2018 7:32 AM
Hi Team,
I have created online exam solution and i need to capture timer data and save in to Database while user close browser or close Tab. (in IE, Crome, Firefox).
Technology : Asp.Net Core 2.0
I have tried :
1. $(window).on('unload', function () { });
2.
$(window).bind(
'beforeunload'
,
function
(){CallMyControllerAction();
return
'Are you sure you want to leave?'
; });
But Not working.
Note: I have display question page show inside iframe.
Please help.
Reply
Answers (
1
)
How can i append series data into highcharts in jquery
Using regex how to get first 3 characters of a word