/ Published in: C#
URL: http://www.braintrove.com/id/17
Access a Method in a Master Page with Code-Behind
Expand |
Embed | Plain Text
ClassName MasterPage = (ClassName)Page.Master; MasterPage.MasterMethod(); ClassName ParentMasterPage = (ClassName)Page.Master.Master; ParentMasterPage.ParentMasterMethod();
You need to login to post a comment.
