This is a migrated thread and some comments may be shown as answers.

property access

1 Answer 48 Views
Navigation
This is a migrated thread and some comments may be shown as answers.
glen
Top achievements
Rank 2
glen asked on 22 Oct 2008, 12:09 PM
How do I access properties of the main page from it's registered frames, or how can i access the property of one frmae from another - I feel I missing something here - sorry if I'm being thick!!

ie. 

public

 

partial class Page : UserControl

 

{

 

 

public NavigationService service;

 

 

 

public string myString;

 

 

 

public Page()
.
.
.

 

service

 

.RegisterFrame(new myFrame());

From the myFrame : RadPage how can I read/write myString

Hope that makes sense?

 

1 Answer, 1 is accepted

Sort by
0
Valentin.Stoychev
Telerik team
answered on 07 Nov 2008, 03:38 PM
Hello glen,

what is your scenario - this do not seems related to the Page navigation framework. Could you please elaborate a little bit more on the topic.

All the best,
Valentin.Stoychev
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Navigation
Asked by
glen
Top achievements
Rank 2
Answers by
Valentin.Stoychev
Telerik team
Share this question
or