I was using the __dopostback function in asp.net to cause a postback that would trigger an update in an updatepanel where relevant.
If you come across this problem make sure that your custom control implements the INamingContainer as well as the IPostBackEventHandler interfaces
Also make sure that your first argument to the __dopostback function is the unique id of your custom control (this.UniqueId)
No related posts.
Related posts brought to you by Yet Another Related Posts Plugin.