リピーター内でこの 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());
しかし、私はコントロールを取得しませんでした。どうすればこの問題を解決できますか?