Basically the order processing people will need to be able to filter by category or product name to divide the workload.
I also tried adding various items to the dropdownlist like (but not limited to)
Code: Select all
<asp:ListItem Value="Product" Text="Products"></asp:ListItem>
<asp:ListItem Value="Product.Name" Text="Product Name"></asp:ListItem>
<asp:ListItem Value="OrderItems" Text="Order Items"></asp:ListItem>
<asp:ListItem Value="OrderItems.Name" Text="Order Item Name"></asp:ListItem>