bind parent child listview asp.net
- by Chris
I'm trying to display two linq query results in a prent and child listview.
I have the following code which gets the correct values to populate the listviews but when I nest the child listview inside the parent list view, I get an error saying "The name 'ListView2' does not exist in the current context".
I presume I need to bind the two…