I am developing a messaging service between members of my site. I am developing this with asp.net mvc. When a user goes to the SendMessage view to send a message to another member, there is a dropdown list which presents the sender with all the members of the site, which he or she will pick as the recipient. However, i don't want it to be a dropdown, i want it to be a text box, where a user types in the first couple of letters of a name, and the dropdown appears then with only the members which have the same couple of letters. This is basically like every email system out there (facebook and gmail have it just like that). And after they chose one, they can select another one in the same textbox, just separated by a comma or something like that.
Basically, how do i achieve that in javascript? I'm not even sure what that functionality is called, that's why i had to explain it properly.
Any help is greatly appreciated. thank you
Basically, how do i achieve that in javascript? I'm not even sure what that functionality is called, that's why i had to explain it properly.
Any help is greatly appreciated. thank you
Comment