Hi I have a bit of a doozie.
I have a control with a click event attached. As far as I can see the event should be raised during postback. Things I have checked:
- The __Eventtarget is correct.
- The __EventArgs is correct.
- The control can be found by using page.findControl([string in __Eventtarget]) after init, after load and during prerender.
- I can cast the found control to IPostBackEventHandler and raise the event manually and it works fine.
What am I missing so the framework can handle this event?
Suggestions on a postcard or below please