Friday, September 23, 2011

Execute C# code when browser close

Please have a look at this thread.
http://forums.asp.net/t/1721136.aspx/1?Browser+close+event

No comments:

Post a Comment

TinyMCE Insert/Edit link not editable

 To fix this add  e.stopImmediatePropagation()  as below. $(document).on('focusin', function (e) {             if ($(e.target).close...