-1
我發現頭控制在直放站在C#如何在Repeater中查找標題控件?
HtmlGenericControl nameposition = null;
nameposition = (HtmlGenericControl)Repeater1.Controls[0].Controls[0].FindControl("tweet-container");
我得到錯誤如何使用它的.aspx代碼
<div id="tweet-container" runat="server"> </div>
哪裏中繼標記? 「標題」標記在哪裏?在你的代碼背後,你是否試圖訪問中繼器? – Oded
你得到的錯誤是什麼? – Buzz