I am developing a project in C # MVC, it has a combo box that takes the data from a sql server database I did adding in the combo box itself and list all, I would like in that same combo box to be able to type for example "Maria" and return all records that contain Maria, how can I do this?