Access an HTML control on ASP Master Page from the code behind of a Content Page

后端 未结 3 1487
醉酒成梦
醉酒成梦 2021-01-07 08:08

I have an ASP.NET / C# application in which the Master Page contain the main menu of my application and several content pages that depend of this master page.

I woul

3条回答
  •  温柔的废话
    2021-01-07 08:37

    Just for a reference, I needed to do something similar and in order to get it working I added the runat="server" to the body tag (thanks to this thread).

提交回复
热议问题