真实的国产乱ⅩXXX66竹夫人,五月香六月婷婷激情综合,亚洲日本VA一区二区三区,亚洲精品一区二区三区麻豆

成都創(chuàng)新互聯(lián)網(wǎng)站制作重慶分公司

ASP.NET中ScriptManager控件如何使用

這期內(nèi)容當(dāng)中小編將會給大家?guī)碛嘘P(guān)ASP.NET中ScriptManager控件如何使用,文章內(nèi)容豐富且以專業(yè)的角度為大家分析和敘述,閱讀完這篇文章希望大家可以有所收獲。

創(chuàng)新互聯(lián)是一家集網(wǎng)站建設(shè),賈汪企業(yè)網(wǎng)站建設(shè),賈汪品牌網(wǎng)站建設(shè),網(wǎng)站定制,賈汪網(wǎng)站建設(shè)報價,網(wǎng)絡(luò)營銷,網(wǎng)絡(luò)優(yōu)化,賈汪網(wǎng)站推廣為一體的創(chuàng)新建站企業(yè),幫助傳統(tǒng)企業(yè)提升企業(yè)形象加強(qiáng)企業(yè)競爭力??沙浞譂M足這一群體相比中小企業(yè)更為豐富、高端、多元的互聯(lián)網(wǎng)需求。同時我們時刻保持專業(yè)、時尚、前沿,時刻以成就客戶成長自我,堅(jiān)持不斷學(xué)習(xí)、思考、沉淀、凈化自己,讓我們?yōu)楦嗟钠髽I(yè)打造出實(shí)用型網(wǎng)站。

在ASP.NET AJAX中,由于一個ASPX頁面上只能有一個ScriptManager控件,所以在有Master-Page的情況下,如果需要在Master-Page和Content-Page中需要引入不同的腳本時,就需要在Content-page中使用ScriptManagerProxy控件,而不是ScriptManager,ScriptManagerProxy和 ScriptManager是兩個非常相似的控件。ASP.NET AJAX簡單定義形式如下:

    

在它下面可以添加的子標(biāo)簽有:Services,Scripts,AuthenticationService,ProfileService

添加一個Master-Page,在它上面添加一個ScriptManager控件,并引入WebService SimpleWebService.asmx,并添加相應(yīng)的HTML元素:

  1.  

  2. <asp:ScriptManagerIDasp:ScriptManagerID="ScriptManager1"runat="server"> 

  3.  

  4. <asp:ServiceReferencePathasp:ServiceReferencePath=
    "SimpleWebService.asmx"/> 

  5.  

  6.  

  7. <asp:contentplaceholderidasp:contentplaceholderid=
    "ContentPlaceHolder1"runat="server"> 

  8.  

  9.  

    請輸入名稱:

     

  10. <inputidinputid="inputName"type="text"/> 

  11. <inputidinputid="button"type="button"value="確定"onclick=
    "returnOnbuttonGo_click()"/> 

 

添加一個Content-Page,在它上面添加一個ScriptManagerProxy控件,并引入WebService CalculWebService.asmx,并添加相應(yīng)的HTML元素:

  1.  

  2. <asp:ScriptManagerProxyidasp:ScriptManagerProxyid=
    "ScriptManagerProxy1"runat="server"> 

  3.  

  4. <asp:ServiceReferencePathasp:ServiceReferencePath=
    "CalculWebService.asmx"/> 

  5.  

  6.  

  7. 請輸入兩個數(shù):

     <inputidinputid="inputA"type=
    "text"style="width:110px"/> +   

  8. <inputidinputid="inputB"style="width:110px"type="text"/>   

  9. <inputidinputid="buttonEqual"type="button"value="="onclick=
    "returnOnbuttonEqual_click()"/> 

 

上述就是小編為大家分享的ASP.NET中ScriptManager控件如何使用了,如果剛好有類似的疑惑,不妨參照上述分析進(jìn)行理解。如果想知道更多相關(guān)知識,歡迎關(guān)注創(chuàng)新互聯(lián)行業(yè)資訊頻道。


文章名稱:ASP.NET中ScriptManager控件如何使用
瀏覽路徑:http://weahome.cn/article/jsgcdo.html

其他資訊

在線咨詢

微信咨詢

電話咨詢

028-86922220(工作日)

18980820575(7×24)

提交需求

返回頂部