treeview在添加节点时,改变节点字体颜色或背景(要能控制单个节点)
我想要做个车辆监控系统,用treeview+ajax,10秒刷一次(timer控件),今天监控,当数据库表中某车的某状态(如被罚款了啊)改变时,我要将treeview代表那车的那一节点字体变色,或背景为红色。
node.Text =
" <span onmousedown=\ "down()\ "style=\ "background-color:Red\ "> " + node.Value + " </span> ";
上面的代码在web中没反映,onmousedown事件也没了。
------解决方案--------------------style=前面要有空格。格式正确,这样的写法应该可以