Question:
What are the possible ways of registering JavaScript into ASP.NET page?
Answer:
• Page.ClientScript.RegisterClientScriptBlock - Places the code to the top of the page
• Page.ClientScript.RegisterStartupScript - Places the code to the bottom of the page
• Page.ClientScript.RegisterClientScriptInclude - For external .js files