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

前端 未结 1 385
-上瘾入骨i
-上瘾入骨i 2021-01-21 10:27

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

1条回答
  •  野的像风
    2021-01-21 11:06

    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

    0 讨论(0)
提交回复
热议问题