Expert JavaScript Developer Question:
Can you please explain the difference between RegisterClientScriptBlock and RegisterStartupScript?
Answer:
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.
Previous Question | Next Question |
What Boolean operators does JavaScript support? | Can you please explain the difference between web-garden and a web-farm? |