Rss & SiteMap
Foxtable(狐表) http://www.foxtable.com
If e.Node.Level = 3 Then '如果单击的是第二层节点
Dim txt As String = e.Form.Controls("TextBox1").text
Dim dr As DataRow = e.Node.DataRow '获取生成此节点的DataRow
txt = dr("工艺单编号")
e.Form.DropDownBox.Value = txt
End If