Problem with partial post back & master page

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top