How to control elements on a asp.net master page from child page

前端 未结 5 1710
野趣味
野趣味 2020-12-08 12:33

I have a few pages on my asp.net website that I would like to turn off a control on the master page. Is there a way to communicate with the master page from a child page?

5条回答
  •  暖寄归人
    2020-12-08 12:46

    I was looking for something similar, but this solution doesn't seem to work for me. I have a nested master page. Does this work for a nested master? When I implemented, it's not recognizing the control that I added to my master.

提交回复
热议问题