I wanted to know the difference between:
ClientScript.RegisterStartupScript, and ClientScript.RegisterClientScriptBlock
I checked few posts on StackOverflow and came to know about the difference.
I want to know when to use RegisterStartupScript and when to use RegisterClientScriptBlock.