Search code examples
c#asp.netmaster-pages

How can I edit controls inside master page?


In short i want to edit controls inside master page in .net framework from its content page during design time. This is because in content page during design time all master page controls are not accessible to content page my question is:
how can i make all master page controls accessible to content page during design time?
is this possible or not?
Thanks in advance


Solution

  • I think you can't edit them in the derived page. It does not make sense. But you can edit them in master page in designer, and you can still change master page's control in derived page's codebehind at runtime.