Difference between script manager and toolkit script manager
问题 What are the differences between ScriptManager and ToolkitScriptManager ? I found only one convincing reason: that ToolkitScriptManager improves page performance. If so why use ScriptManager ? 回答1: First of all: if you use ASP.NET 3.5 and controls from AJAX Control Tookit then you must use the ToolkitScriptManager, rather than the ASP.NET ScriptManager. This limitation according to the fact that toolkit script manager adds updated Ajax scripts and without that most of the controls from Ajax