Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...