I have placed a 3rd party control inside update panel after doing asynchronous postback of page associated js file of that control is not working. Is there any method to exclude a control from updatepanel. ie i don’t want to post that control.
I have placed a 3rd party control inside update panel after doing asynchronous postback
Share
I suggest to split up your updatepanel into 2 or more, leaving your 3rd party component outside that panels.
Is it possible in your situation?
If you post your page’s code, I could be more precise…