Thursday, December 30, 2010

If it is being updated dynamically then it must be inside another UpdatePanel

There was two update panels.one have a button control and another one was within asp panel.when i hit the button this error occured.I put the asp panel within update panel.Now it is ok.but i couldn't find the reason for getting that error.

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