I have a custom control that implements IPostBackEventHandler. Some client-side events invoke __doPostBack(controlID, eventArgs).
The control is implemented in two different user controls. In one control, RaisePostBackEvent is fired on the server-side when __doPostBack
is invoked. In the other control, RaisePostBackEvent is never invoked. I checked the __EVENTTARGET
parameter and it does match the ClientID of the control... where else might I look to troubleshoot this?