C#のRepeaterでヘッダーコントロールを見つけています
HtmlGenericControl nameposition = null;
nameposition = (HtmlGenericControl)Repeater1.Controls[0].Controls[0].FindControl("tweet-container");
エラーが発生します使用方法は?.Aspxコード
<div id="tweet-container" runat="server"> </div>