I need an individual explanation and individual advantages in relation to RegisterClientScriptBlockand RegisterStartupScriptandresponce.write("script");
I got some information like
RegisterClientScriptBlock() methods will enter the script after the open form tag, but before the page controls
RegisterStartupScript() methods will inject scripts after the page controls, but before the form closing tag.
we can also just wrie responce.write("script")he also include the script.
but I need an individual explanation
if any link is available on this topic, also answer me.
source
share