Return to Snippet

Revision: 58608
at July 24, 2012 17:01 by kfiil


Initial Code
ClassName MasterPage = (ClassName)Page.Master;
MasterPage.MasterMethod();

ClassName ParentMasterPage = (ClassName)Page.Master.Master;
ParentMasterPage.ParentMasterMethod();

Initial URL
http://www.braintrove.com/id/17

Initial Description
Access a Method in a Master Page with Code-Behind

Initial Title
Access a Method in a Master Page with Code-Behind

Initial Tags
aspnet

Initial Language
C#