TreeView problem

Tech-Archive recommends: Fix windows errors by optimizing your registry



It'll be really easy...Sorry for that question:

I've got a MasterPage <%@ Master Language="C#" ClassName="MasterP" %> and some slave.aspx.<%@ Page Language="C#" MasterPageFile="~/Master1.master" AutoEventWireup="true" CodeFile="ShowDatabases.aspx.cs" Inherits="ShowDatabases" Title="Untitled Page" %><%@ MasterType VirtualPath="Master1.master" %>

In the slave page I'm creting and populating a TreeView which I would like to pass to my MasterPage , where exists a TreeView Control.So I've defined a function


//MasterPage code,

public void FetchTree(TreeView dbs)
{
        //the right code ;) // tried TreeView2 = dbs; but fails
}

//slave page code

Master.FetchTree(treeCreatedInSlave);

(There's no doubt about code, because when I type Master. the IntelliSense sees the FetchTree method. I'm telling this, because my problem is only in the tree.)

So how to do it without
I know I could build XML from slave tree and then get that XML in master but I belive there's a faster way!


Thanks!!!
.



Relevant Pages

  • Re: Replikations Frage
    ... vom Master auf den Slave kopiert hast und dabei die Permissions auf ... Die Datenbanken auf den Slave Server laufen ohne Probleme. ... # If you want to know which options a program support, ...
    (de.comp.datenbanken.mysql)
  • Re: When caveman Uhg invented fire
    ... be a business owner. ... But even the smallest "ownership" makes one a slave. ... Any "slave" can become the master. ...
    (alt.lang.asm)
  • Re: One-sided authentication for small micros?
    ... The master has a lookup table of all 'known' slave id's. ... This would reset all the slave keys to their lookup values. ... decides that it is a valid slave and starts to communicate with the slave. ...
    (sci.crypt)
  • Re: FIXMBR redux
    ... William, I did the best I could for you under the circumstances and I did ... >> "To remove the recovery console, delete the cmdcons folder from the root ... > drive as Master and formatted it anew, as Active and Primary, ... I then jumpered it as Slave, ...
    (microsoft.public.windowsxp.basics)
  • Re: Buffered IO and pipes
    ... master with as little waiting around as possible, ... when another slave would actually be ready to write. ... create a 64kB shared memory buffer for every ... "X" to the slave's pipe. ...
    (comp.unix.solaris)