What is the main difference between RegisterStartUpScript and RegisterClientScriptBlock?

 Posted by Lakhangarg on 2/26/2010 | Category: C# Interview questions | Views: 4364
Answer:

RegisterStartUpScript Add the javascript code at the end of the page before the closing of form tag. while RegisterClientScriptBlock place the code at th top of the page.


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response