Implement a datagridview in asp.net mvc

overclock

New Member
I want to implement something like this in asp.net MVC.
6HGQR.jpg
I can save the Property and Value in database as string type like this :Color=Red,Black,Yellow;Size=28;Price=45$;And in view change the string to populate datagridview again.User can add new Property and add values for it. The inserted Properties will save separately in database and other users can see them in Property dropdownlist. How can I implement this? Any idea?
 
Back
Top