Hi Everyone,
So I've got two listviews; one nested inside the other.
The parent is being bound to a collection of objects that contain fields such as MaxPrice, MinPrice, and SuggestedProducts.
The nested one is being bound to the SuggestedProducts collection of the parent item.
How could I reference MaxPrice and MinPrice in the nested listview? Is it even possible?
If you need any clarification, leave me a comment and I'll update my question.
Thanks!
Edit: This is an ASP.NET ListView