ScriptManager.RegisterStartupScript run on time? or just after the end sub

0

When you run this line:

ScriptManager.RegisterStartupScript(Page, Me.GetType, "OK", "openModal()", True);

Does the script run the moment the debug pointer passes through it, or just after the subprocess is finished?

If this is the case only after processing, is there something that runs on the fly?

    
asked by anonymous 08.02.2017 / 18:58

0 answers