Js/Jquery bind Datatable or Datalist
- by Robin Rieger
Scenario
I have a input box for post codes. When you put in a postcode it makes a call to a web service and gets all the suburb names back and binds them to a list, like an input dropdown list.
This works when I return a List<string> from the web service for just the names. No problem.
The problem arises when I go to save the values to…