*.aspx
<%@ MasterType VirtualPath="~/Master1.master" %>
*.aspx.cs
Label lab = (Label)Master.FindControl("Label1");
Quelle: http://www.odetocode.com/articles/450.aspx
ASP.NET
September 2008 | Permalink | Feedback