G
Guest
I have some code in a basePage class
public class PageBase : Page {}
that I would like to access from a Master Page.
On the Master Page I would like to code something like
this.Page.thePropertyIwant
or
this.Parent.thePropertyIwant
or
this.PageBase.thePropertyIwant
but I cant find the correct syntax
Any ideas?
Charlie
public class PageBase : Page {}
that I would like to access from a Master Page.
On the Master Page I would like to code something like
this.Page.thePropertyIwant
or
this.Parent.thePropertyIwant
or
this.PageBase.thePropertyIwant
but I cant find the correct syntax
Any ideas?
Charlie