3
Answers

ScriptManager.RegisterClientScriptBlock vs. ClientScript.IsStartupScriptRegistered

Photo of Craig Davis

Craig Davis

14y
13.4k
1
Why is it necessary to use the namespace- System.Web.Extensions- for ScriptManager.RegisterClientScriptBlock  but not for ClientScript.IsStartupScriptRegistered.  My understanding is that the former is AJAX based and the later isn't. 

Answers (3)