Hi All
I am getting ery confused at the minute with event firing from within a User Control.
I have a treeview which is populated dynamically from my database which needs to be displayed on every page of my application. The perfect soluton to using this treeview is to add a usr control to each page which needs to display it. This I have managed no problem, however.....
What I then need to do is catch the TreeView1_SelectedNodeChanged event and populate a datalist in my main.aspx page dependent on the value from the selected node in the tree.
I can not work out how to do this, I have read that I need to raise an event to raise another event but the examples were in c# and left me even more confused.
Does anybody have a clear straight talking solution I can use please? I am using code behind files for my coding in vb.net.
Thanks
Martin
I am getting ery confused at the minute with event firing from within a User Control.
I have a treeview which is populated dynamically from my database which needs to be displayed on every page of my application. The perfect soluton to using this treeview is to add a usr control to each page which needs to display it. This I have managed no problem, however.....
What I then need to do is catch the TreeView1_SelectedNodeChanged event and populate a datalist in my main.aspx page dependent on the value from the selected node in the tree.
I can not work out how to do this, I have read that I need to raise an event to raise another event but the examples were in c# and left me even more confused.
Does anybody have a clear straight talking solution I can use please? I am using code behind files for my coding in vb.net.
Thanks
Martin