|
==================
this.lt_activeTreeViewEvent.Text = @"<script type='text/javascript'>
function goPostBack3()
{var o = window.event.srcElement;
if (o.tagName == 'INPUT' && o.type == 'checkbox')
__doPostBack('',''); }
</script>
";
TreeView1.Attributes.Add("onclick", "goPostBack3()");
=============
TreeView1_SelectedNodeChanged 激活的节点,不能有 NavigateUrl 的属性