【发布时间】:2012-09-21 12:36:45
【问题描述】:
foreach(Label l in Controls) // setting all labels' s visbility on page to true
l.Visible =true;
但在运行时,我收到以下错误
Unable to cast object of type 'ASP.admin_master' to type 'System.Web.UI.WebControls.Label'.
【问题讨论】: