如题。如题。如题。如题。如题。如题。如题。

解决方案 »

  1.   

    在lable里面的onmouseout事件中,调用你需要拆行的事件就可以了.
      

  2.   

    没有 onmouseout事件  你说的是做b/s结构上有 。。在 .net上根本就没啊 。。
      

  3.   

    DataRowBind事件中加入对label的onmouseout事件
      

  4.   

    那是在 c/s上才有。在.net中没有onmouseout啊 。。
      

  5.   

    label.Attribute("onmouseout","方法");
      

  6.   

    DataRowBind事件中加入对label的onmouseout事件      ???? 没有DataRowBind 郁闷啊 。。跪求。
      

  7.   

    label.Attribute("onmouseout","方法");     怎么触发呢 ??当label失去焦点的时候也不能触发啊。
      

  8.   

    label.Attributes.Add("onmouseout", "javascript: window.alert('提示');document.getElementById(\"btnComment\").click();");提示后还可以触发btnComment的click服务器事件类似这样的
      

  9.   

    楼主是CS还是BS呀…………
    CS中貌似没有GridView
    如果是BS的话
    可以遍历找到Label 
    然后this.Label1.Attributes.Add("onmouseout",方法);
    应该可以吧