<iewc:TreeNode Text="<span title='hello'>Node5</span>"></iewc:TreeNode>

解决方案 »

  1.   

    这是HTML语言问题:
    你试一下下面的HTML文件:
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
    <title>无标题文档</title>
    </head>
    <body>
    <span title="hello!">move mouse here</span>
    </body>
    </html>
      

  2.   


    TreeNode tn    = new TreeNode();
    tn.ID    = drv["ClassID"].ToString();
    tn.Text    = "<span onmousemove=javascript:title='"+ClassRe+"'>"+dt["ClassName"].ToString()+"</span>";TreeView.Add(tn);
      

  3.   

    http://expert.csdn.net/Expert/topic/2959/2959572.xml?temp=.2449457
    谢谢您的参与,请问您的这一段代码写到什么地方呢?请您回复!!!
    谢谢您!!!
      

  4.   

    用 html 标签的 title 属性即可。