why do we need a script manager always when we are using Ajax control?

爷,独闯天下 提交于 2019-12-20 03:40:11

问题


why do we need a script manager always when we are using Ajax control?


回答1:


Script manager control is the control that send the scripts to the client. This control is at the heart of all AJAX related functions. It manages all controls in your Ajax enabled page. It also ensures that partial page updates happen as it is expected.

http://msdn.microsoft.com/en-us/library/system.web.ui.scriptmanager.aspx



来源:https://stackoverflow.com/questions/4468230/why-do-we-need-a-script-manager-always-when-we-are-using-ajax-control

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!