Controling a component's subcomponents

From: Tom (lala_at_lolo.com)
Date: 05/20/04


Date: Thu, 20 May 2004 17:58:41 +0200

Hi,

I'm writing a component that has to be linked to a treeview and a Listview,
so it has a treeview and a listview property. I would like to set the
behavior of these components (when a click is triggered on the treeview then
make something on the list view for example) but thus letting the user enter
his own piece of code in both of these components. If I assign a method to
the onclick event of these components, I get the result I want, but it is
then the code in the onclick event is not executed. I've tried the "if
assigned" way that is used when developping single components but it doesn't
seem to work.

Could somebody help me a bit ?

Thansk in advance

Tom



Relevant Pages

  • Re: TreeView In GridView - OnTreeNodeCheckChanged event problem
    ... OnClick event. ... Dynamic Populating the TreeView in Databound.... ... protected void GridView1_OnRowDataBound(object sender, GridViewRowEventArgs ... Protected Sub Page_Load(ByVal sender As Object, ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: TreeView In GridView - OnTreeNodeCheckChanged event problem
    ... OnClick event. ... Dynamic Populating the TreeView in Databound.... ... protected void GridView1_OnRowCreated(object sender, GridViewRowEventArgs ... Protected Sub tv_TreeNodeCheckChanged(ByVal sender As Object, ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Web Part w/ IE Treeview reference throwing error
    ... I'm loading the dll and writing out the error in trace information. ... >> I'm developing a navigational web part that uses the IE treeview ... >> to a line where I instantiate the treeview. ...
    (microsoft.public.sharepoint.portalserver)
  • Writing TreeView Contents To XML
    ... I am writing an RSS reader in C# and I'm trying to write the contents ... multiple folders and sub folders. ... Is XmlWriter the best way to write out a TreeView? ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Writing TreeView Contents To XML
    ... > comes to dealing with complex tree structures such as those that have ... > multiple folders and sub folders. ... > Is XmlWriter the best way to write out a TreeView? ... > about going through each of the folders and writing the feeds within ...
    (microsoft.public.dotnet.languages.csharp)