我有一个页面,我正在使用后面的代码来显示活动选项卡,因为这些选项卡在我的母版页上,而内容在子页上。
但我不知道为什么它不工作我在许多应用程序中使用它,因为它工作正常但不是在这个特定的.
System.Web.UI.HtmlControls.HtmlGenericControl currdiv = (System.Web.UI.HtmlControls.HtmlGenericControl)Master.FindControl("ClientTab");
currdiv.Attributes.Add("class", "ClientTabActive");
请检查我的代码并给我建议为什么它不起作用。