Tagged Questions
1
vote
1answer
355 views
ASP.NET 3.5 Gridview layout for each product type in DB
I'm trying to create a simple CMS-likeb backend app that uses TreeView for categories and GridView for product display/editing.
The problem that I'm experiencing lies within the fact that there is a ...