vote up 0 vote down star
2

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?

flag

80% accept rate
please provide more code to help for concern problem – pocheptsov Apr 28 at 14:43

Your Answer

Get an OpenID
or

Browse other questions tagged or ask your own question.