c# - How can I edit controls inside master page? -


in short want edit controls inside master page in .net framework content page during design time. because in content page during design time master page controls not accessible content page question is:
how can make master page controls accessible content page during design time?
possible or not?
in advance

i think can't edit them in derived page. not make sense. can edit them in master page in designer, , can still change master page's control in derived page's codebehind @ runtime.


Comments

Popular posts from this blog

javascript - Complete OpenIDConnect auth when requesting via Ajax -

java - Get more than One value and display it -

c# - Replace text in MailItem Body -