Problem with partial post back & master page

  • Thread starter Thread starter Samuel
  • Start date Start date
S

Samuel

Hi,

I have ASP.NET user control that implements ICallbackEventHandler. Partial
postback works perfectly when I put control on a regular webform.
But when I put it on page that has master page control doesn't work.

I'm getting following error :"The target <name> for the callback could not
be found or did not implement ICallbackEventHandler."

It's error like when control didn't implement ICallbackEventHandler, but
this one did. The only difference is when I put it on page that has master
page things stop to work.

Any ideas how to solve this problem is very appriciated. I'm stuck with this
for days and going crazy...

Thank you,
s
 
Back
Top