我在中继器中使用这个 div。
<div class="view" id="View">
我想在 asp.net c# 代码中使用这个 div 控件。这是我现在的代码:
HtmlGenericControl h3name = null;
h3name = (HtmlGenericControl)RepeaterView2.Items[count].FindControl("View");
h3name.Style.Add("width", CHeight.ToString());
但我没有得到控制。我怎么解决这个问题?