System of registration of several names for multiSelectList
Hello
How do I create the following schedule:
I have a text field called Name
I want to start using a multiSelectList empty.
Your items will be added according to a button with the title (Add a new name)
When you press the button to multiSelectList is populated with the name that was in thetext field
When pressing the button will register all registered items present in MultiSelectList tothe database
How can I do this?
Thanks