English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I would like to access a treeview in a content control on my master page fron my default.aspx page. How can I get there?

Thanks in advance...
SM

2007-03-09 08:38:54 · 2 answers · asked by instntpudn 2 in Computers & Internet Programming & Design

2 answers

You need to make a Public accessor to the TreeView:

Public TreeView Tree
{
get
{
return treeViewCtrl;
}
}

Then from the page, simply call this.Master.Tree

2007-03-09 08:46:49 · answer #1 · answered by Rex M 6 · 0 0

i think of there could be by ability of a few ability to try this throughout the time of spite of the reality that it could look messy. this is fortunate that your experience handler interior the grasp web site would not do something initially, so which you need no longer examine some flag interior the form args to make certain in spite of in case you ought to cancel the unique habit or no longer. evaluate utilising a public dummy type which fires activities interior the grasp web site. interior the content textile web site upload a handler for that. make the article interior the grasp web site public so as that your content textile web site can see it by ability of casting. sturdy success.

2016-12-14 15:01:26 · answer #2 · answered by ? 4 · 0 0

fedest.com, questions and answers