How to load select box dynamically

Kristoff

New Member
I want to bind a select box from back end.I tried following code\[code\]<x:select id="names" width="210px"> <x:options value="http://stackoverflow.com/questions/15584151/@load(vm.nameList)"></x:options></x:select>\[/code\]where nameList is having all data that should be loaded in ddl.but its not working and box is coming as empty.
 
Back
Top