当前位置:首页
开发技术指南» 文章正文
    引言:
 

 

    摘要: 还有,谁能给一个使用treeview做的网页的网址 ......
    摘要: 请问哪种机子(或主板)有很多个usb接口?要是没有,usb接口可以扩吗? 我本来想在硬件指南上去问的,但那里人确实太少了,见谅 ......


用ondeletecommand在datagrid的每一行中都添加了删除按钮,如何做确定项

用ondeletecommand在datagrid的每一行中都添加了删除按钮,请问如何在点击时跳出询问是否删除的对话框?

NO.1   作者: icyer

在ItemDataBound中:  
  if   (e.Item.ItemIndex   >=   0)  
  {  
      Button   btn   =   (Button)e.Item.Cells[0].Controls[0];  
      if   (btn   !=   null)  
          btn.Attributes["onClick"]   =   "javascript:return   confirm(Are   you   sure?);";  
  }  
 

NO.2   作者: mbm

<HTML>  
  <HEAD>  
  <script   language="javascript">  
  function   delete_confirm(e)   {  
  if   (event.srcElement.outerText   ==   "删除")  
  event.returnValue   =confirm("您确认要删除?");  
  }  
  document.onclick=delete_confirm;  
   
  </script>  
   
   
   
  ....  
  .....  
  ...  
 


    摘要: 是不是每一页都要创建、断开数据库连接? ......
» 本期热门文章:

©2000-2007 All Rights Reserved. 最佳浏览:1024X768 MSIE