Hi All,
I have a list box as described below.
<dmf:listbox width="180" name="lstBrowse" size='5'
cssclass='BrowseNumberList' runatclient='true'> <dmf:option id = "item1" value="AB" label="AB/>
<dmf:option id =
"item2" value="CD" label="CD/>
<dmf:option id = "item3" value="DE"
label="DE" />
<dmf:option id = "item4" value="EF" label="EF />
Using this iam only able to select one option item.How can i modify it utilize multiselect.
Thanks & Regards