Tuesday, February 8, 2011

Label outside of the update panel is not update when event fire.

Place Label control inside another update panel.

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