if e.form.controls("CheckBox1").checked = false then
原NodeMouseClick其它代码
end if
5楼
1234567 发表于:2024/8/27 17:32:00
If e.Node.Level = 0 Then '如果单击的是第二层节点 Dim tr As Row Dim dr As DataRow = e.Node.DataRow '获取生成此节点的DataRow Dim txt As String = e.Form.Controls("TextBox1").Text 'txt = dr("加工人") 为什么这个代码不能运行 e.Form.Controls("TextBox1").Text = dr("加工人") 这个可以运行 End If