Display Multi-select dropdown list in .Net 8
I’m new to .Net 8 and I’ve build a form using MVC, EF and X.PagedList. My form has a multi-select drop-down list. I’m able to save the form to database. The Multi-select drop-down list is saved to database like this [“abc”, “xyz”].
Display Multi-select dropdown list
I’m new to .Net 8 and I’ve build a form using MVC, EF and X.PagedList. My form has a multi-select drop-down list. I’m able to save the form to database. The Multi-select drop-down list is saved to database like this [“abc”, “xyz”].