【經驗分享】Ajax Control ToolKit 實戰之三 : 確認提示框的應用 (ConfirmButtonExtender)

來源:互聯網
上載者:User

    本文主要介紹Ajax Control ToolKit中的ConfirmButtonExtender控制項的使用.

 

    主要功能: 為按鈕增加提示框,原來用javascript也可以實現該功能,但是直接使用更為方便簡捷.

  

    開始使用:

 

    1. 在頁面上添加ScriptManager控制項.

 

    2. 在頁面上添加UpdatePanel.這是劃定無刷地區.將需要的內容放在此.

 

    3. 在UpdatePanel中,添加一個Button控制項.id = Button1

 

    4. 在UpdatePanel中,添加一個ConfirmButtonExtender控制項.設定TargetControlID = "Button1",ConfirmText="您確定提交嗎?"

 

    5.為button控制項添加一個Button1_Click事件.事件中寫:

    ScriptManager.RegisterClientScriptBlock(this.Page, typeof(DemoTestPage), "commit", "alert('您的提交已經成功.謝謝');", true);

 

   顯示效果:

   

   1. 點擊button1按鈕後,彈出您確定提交嗎?的提示.

 

   2. 點擊確定後,彈出 您的提交已經成功.謝謝 的提示框.

 

   3. 如果點擊取消按鈕,那麼不作任何操作.

 

   注意事項:

 

   1. ajax環境需要搭建好

 

   2. ScriptManager控制項必不可少.

 

   3. button按鈕和ConfirmButtonExtender控制項需要放在UpdatePanel內.或者將button和ConfirmButtonExtender一起放在UpdatePanel外,然後設定UpdatePanel的Triggers的AsyncPostBackTrigger中設定ControlID為該Button按鈕

 

   4.button的事件中,不要使用response.write()方法,這樣會引起錯誤.

 

 

  

  

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.