I want to populate a Multi Select Box in the form with the data which I am reading through a web service using jQuery's Ajax request. I wonder how to load that data to the Multi Select Box using jQuery. Last time my jQuery code was working with normal Select Box, but now our client needs the Auto-Complete feature. That's why I am trying the Multi Select Box with the Multiple Selection option unchecked.
I want to populate a Multi Select Box in the form with the data which I am reading through a web service using jQuery's Ajax request. I wonder how to load that data to the Multi Select Box using jQuery. Last time my jQuery code was working with normal Select Box, but now our client needs the Auto-Complete feature. That's why I am trying the Multi Select Box with the Multiple Selection option unchecked.