Add a list of self created web user controls to a listview in codebehind fails
问题 I have a listview which I would like to fill with self created user controls.But the problem is that the properties in the user control is not set. The usercontrols are displayed but the property values I enter is not set. Why is that? Here is the aspx code. <div id="productView" class="productsMain"> <div id="groupHeader" class="productsGroupHeader"> <asp:Label ID="lblGroupHeader" runat="server" Text="Gruppe" /> </div> <asp:ListView ID="pListView" runat="server"> <LayoutTemplate> <ul class=