Answers

Question and Answer:

  Home  JavaScript

⟩ What is the difference between RegisterClientScriptBlock and RegisterStartupScript?

RegisterClientScriptBlock emits the JavaScript just after the opening tag. RegisterStartupScript emits the JavaScript at the bottom of the ASP. NET page just before the closing tag.

 199 views

More Questions for you: