Can't access Subitems in ListView while looping
问题 I am trying to loop over a ListView with a foreach statement, but I can't seem to get the Subitems of item. No success with a For statement either. IntelliSense doesn't propose it on both ways. Code Behind: protected void btnNext_Click(object sender, EventArgs e) { foreach (ListViewItem item in ListView1.Items) { item. *(here a should get the Subitems)* } } ASPX <asp:ListView ID="ListView1" runat="server" DataSourceID="ObjectDataSource1"> <LayoutTemplate> <table> <tr> <th>Customer</th> <th