Reputation: 478
I am looking for a set of controls (Client side or Server Side) using which I can manage a many to many relationship in ASP.NET.
For instance, a course can be opted by many students and a student can have many courses enrolled.
I would appreciate if someone can guide me through which set of controls I should go for. Currently, I am using a two listboxes places parrallel to each other and clicking on one selects the related data in the second and vice versa. But I am looking for more User friendly UI options.
Thanks in advance. PS: If it is a third party control, I would prefer to go for Telerik.
Upvotes: 0
Views: 156
Reputation: 2387
You can visit http://www.keenthemes.com/preview/metronic_admin/form_controls.html to get an idea of what you can choose.
Possibly, i would have used a Drop down with auto search and a check box list for the other part.
Upvotes: 1