so im inserting into dropdown list- list of names. I want to find out what name displayed the Most in the dropdown list. For exmaple: i have dropdownlist that includes: John Betty John John James
- How can i write function that returns me the most displayed name? (John). Thank you! :)