扫一扫
分享文章到微信
扫一扫
关注官方公众号
至顶头条
<atlas:ScriptManager ID="ScriptManager instance identifier" <!--enables or disables partial page rendering using UpdatePanel controls--> EnablePartialRendering="boolean true or false" <!--If set to false the AtlasRuntime.js file, which provides basic 'Atlas functionality is referenced by default. If set to true the Atlas.js file, which provides the entire Atlas feature set is referenced by default. The default value is true--> EnableScriptComponents="boolean true or false" OnPageError="invoked event handler on PageError " runat="server" > <Scripts> <atlas:ScriptReference <!--to reference custom script files--> Path="path to .js file" <!--to reference client library files that are not included automatically--> ScriptName="name of script file e.g. AtlasUIGlitz"/> </Scripts> <Services> <atlas:ServiceReference <!--If set to true the control generates a JavaScript proxy object for asynchronous access for the referenced Web Service. If set to false it doesn't.--> GenerateProxy="boolean true or false" Path="path to a Web service (e.g. asmx) file" Type="Web service class name" /> </Services> <ErrorTemplate> <!--Markup for rendering unhandled exception messages for asynchronous postback. Partial rendering should be enabled. The template has to define an input button with an attributes ID of value "okButton" and runat of value "server" to close the message. --> </ErrorTemplate> </atlas:ScriptManager> |
如果您非常迫切的想了解IT领域最新产品与技术信息,那么订阅至顶网技术邮件将是您的最佳途径之一。