Hello!
Didn't find this in api examplex, so asking you for a help, thanks in advance.
SetValue("UseUpdatePanel", true)
seems doesn't work
Assuming you're working in webpart code, have you tried something as simple as this.UseUpdatePanel = true;?
this.UseUpdatePanel = true;
No, WebPartInstance class' instance doesn't have any similar method
WebPartInstance
Nevermind, SetValue("UseUpdatePanel", true) actually works, sorry for disturbing
Please, sign in to be able to submit a new answer.