Managing Many to Many relationships in asp.net Wizard Control
- by Luis
Say I have this entity with a lot of attributes. In the input form I have decided to implement a wizard control so I can collect information about this entity in several steps. The problem is that I need to collect information that has been modeled has many to many relationships.
I am planning to use a telerik gridview to manage this…