Description
Starting with Anthem 1.1.0, trying to invoke methods on controls that can't be found
on the server will return an error of "CONTROLNOTFOUND".
This is a developer error. It probably means one or more of the following:
- The control is being dynamically added to the page and you're not doing that during
the call back
- You spelled the ID of the control wrong in the call to
Anthem_InvokeControlMethod
- You used the control's
ID instead of its ClientID in the
call to Anthem_InvokeControlMethod (this could be a problem when the
control is contained by other controls)
Example
Click the button to try to invoke a method on a control that doesn't exist on the
server.