views:

783

answers:

0

I have a piece of javascript inside a User Control that I'm trying to load dynamically after an asynchronous postback. The script is actually loading a flash object. I'm trying to load this User Control inside of a placeholder.

The problem is that once I register the script with ScriptManager.RegisterStartupScript, the flash object takes over the whole page (completely overwrites masterpage) instead of loading inside of the place holder. Does anyone have any ideas?

related questions