09-28-04 08:07 AM
Often, a reason for this is that your Server Control is not inheriting
INamingContainer. Is that your problem maybe?
One other pointer for you: you get an exception if you try to use an Action
control's ActionJavascript property before you have added it to the
control's Controls collection or child thereof.
--
Glen Wells
www.cubik.co.uk
"Bob" <bob@nospam.net> wrote in message
news:uFpfVN%23nEHA.2340@TK2MSFTNGP11.phx.gbl...
> Hi,
>
> I am trying to convert the Console into a Server Control so I can add all
> my favourite extensions to a single control and use it in multiple
> projects.
>
> All is working OK, except that the Actions which inherit from
> BasePostbackAction (for example AuthoringReeditSaveAndExitAction) do not
> fire their events on postback.
>
> Does anyone have any experience of doing this, and if so, can you offer
> any pointers?
>
> Thanks,
> Bob
>
>
>
[ Post a follow-up to this message ]
|