What is the difference between Response.Write() and ClientScript.RegisterStartupScript() Thank you.
Response.Write
The Write method writes a specified string to the current HTTP output.
ClientScriptManager.RegisterStartupScript
Registers the startup script with the Page object.