I'm working on a product using ASP.net / vb.net.
What I need to do is represent a matrix of locations vs products and select which products are available in which locations by using a grid of checkboxes.
The products are provided via a table (ProductID, ProductName) as are locations (LocationID, LocationName) and I have a Many to Many table (ID, ProductID, LocationID). The issue I'm stuck with is how to create a gridview with dynamic columns and rows based on separate data sources.
Am I being really stupid here? (actually, don't answer that!)
Any help would be greatly appreciated.
Thanks,
Steve