Tuesday, April 5, 2011

Can't use Sessions withing a thread

here the solution
http://www.codeproject.com/Answers/162558/How-to-keep-rechecking-session-variable-in-a-page-.aspx#answer2

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...