Is it possible to call a sub or function on a contentpage from a masterpage, if so how?
Any help much appreciated.
Russ.
((MasterPageClassName)Page.Master).Function();
See Page.Master Property for more.