我有一个<ASP:Label ID="lblDashboardLink" runat="server" />
位于名为MasterBase的 MasterPage 上。
从使用此 MasterPage 的页面,我如何访问此label
项目或我需要的任何其他项目?
'VB.NET
'(From the child .aspx page)
Master.FindControl("lblDashboardLink"). <-- but don't see an option to change URL
我一直在谷歌搜索,我一直在寻找同样的方法,但它更多地关注用户控件,它看起来像......有人可以在这里指导我正确的方向吗?我已经习惯了 MVC!