主頁 > 知識(shí)庫 > 彈出窗口,點(diǎn)擊確定在刪除數(shù)據(jù)的實(shí)現(xiàn)方法

彈出窗口,點(diǎn)擊確定在刪除數(shù)據(jù)的實(shí)現(xiàn)方法

熱門標(biāo)簽:電子圍欄 科大訊飛語音識(shí)別系統(tǒng) Linux服務(wù)器 服務(wù)器配置 團(tuán)購網(wǎng)站 銀行業(yè)務(wù) 阿里云 Mysql連接數(shù)設(shè)置

復(fù)制代碼 代碼如下:

head runat="server">
     title>/title>
     script type="text/javascript">
         function myClick() {
             if (confirm("你確定要?jiǎng)h除嗎?")) {
                 return true;
             }
             else {
                 return false;
             }
         }

     /script>
 /head>

 

 body>
     form id="form1" runat="server">
     div>
         asp:Button ID="Button1" runat="server" OnClientClick="return myClick();" OnClick="Button1_Click"
             Text="Button" />

     /div>
     /form>
 /body>

後臺(tái)代碼

復(fù)制代碼 代碼如下:

 protected void Button1_Click(object sender, EventArgs e)
     {
         Button1.Text = "Hello World";
  //在這裏寫刪除數(shù)據(jù)庫裏數(shù)據(jù)的代碼。
     }

標(biāo)簽:衡水 蚌埠 萍鄉(xiāng) 大理 衢州 江蘇 廣元 棗莊

巨人網(wǎng)絡(luò)通訊聲明:本文標(biāo)題《彈出窗口,點(diǎn)擊確定在刪除數(shù)據(jù)的實(shí)現(xiàn)方法》,本文關(guān)鍵詞  ;如發(fā)現(xiàn)本文內(nèi)容存在版權(quán)問題,煩請(qǐng)?zhí)峁┫嚓P(guān)信息告之我們,我們將及時(shí)溝通與處理。本站內(nèi)容系統(tǒng)采集于網(wǎng)絡(luò),涉及言論、版權(quán)與本站無關(guān)。
  • 相關(guān)文章
  • 收縮
    • 微信客服
    • 微信二維碼
    • 電話咨詢

    • 400-1100-266