J
jl04279
Guest
There is no "onClick event"!
How do i get my treeView to do somthing!
I doesnt respond on this
Private Sub TreeView1_Expand(ByVal sender As Object, ByVal e
As Microsoft.Web.UI.WebControls.TreeViewClickEventArgs)
Handles TreeView1.Expand
MsgBox("Expand")
End Sub
How do i get my treeView to do somthing!
I doesnt respond on this
Private Sub TreeView1_Expand(ByVal sender As Object, ByVal e
As Microsoft.Web.UI.WebControls.TreeViewClickEventArgs)
Handles TreeView1.Expand
MsgBox("Expand")
End Sub