i need individual explanation and individual advantages regarding RegisterClientScriptBlock & RegisterStartupScript & responce.write("script");
i got some information like
RegisterClientScriptBlock() methods will inject the script after the form open tag but before page controls
RegisterStartupScript() methods will inject the scripts after page controls but before form close tag.
we can also simply wrie responce.write("script") it aslo include the script.
but i need individual explanation
if any link is available regarding this topic also pls reply me.