一個Web用戶控件從元素值我有一個包含一個CheckBoxList的Web用戶控件。獲取從
MyListControl:
<asp:checkboxlist id="chkList" runat="server">
<asp:listitem id="option1" runat="server" value="Madrid" />
<asp:listitem id="option2" runat="server" value="Oslo" />
<asp:listitem id="option3" runat="server" value="Lisbon" />
</asp:checkboxlist>
我希望確認的形式父頁面上之前提交檢查哪些項目。我希望它會像這樣工作:
myParentPage:
MyUserControlInstance.chkList.Items.Count
如何一個參考從父頁面的用戶控制的控制?
這應該是工作......在你的ParentPage的代碼隱藏,是你的用戶控件的名稱識別? – 2012-03-28 20:27:08