I have two warps on my page, and 2 buttons.
If I click on button 1, I want to update both warps.
If I click on button 2, I only want to update the second warp.
I set the LinkedRefreshControlID on the first warp to the id of the second warp.
button 1 works fine, it updates both warps.
button 2 also updates both warps, which I don't want it to.
Is there a way to do this?
I figured this out. It seems that the property I need is RefreshTargetIDs, not LinkedRefreshControlID