oups, sorry, I sent it inadvertadly...

so, as I was saying, What is the
best way to achieve this?
1) Put it in the head, then in my controls, get the page and go through all
the controls to find the script manager, then keep a reference to it for
future use?
2) Create a web control that will also be a singleton (is it possible)
3) any other ideas?
thanks
ThunderMusic
"ThunderMusic" <> wrote in message
news:%...
> Hi,
> I know there is something called (something like) Script Manager in
> asp.net AJAX... What is the best way of achieving the kind of behavior it
> has? I mean, maybe I didn't understand it correctly, but as I understand
> it, many (if not all) asp.net AJAX control gets the Script manager (in the
> Head of the page) and send the script is must have in the page header...
> I want to achieve the same... what is the best way?
>