if (list.options[i].selected) {
listval=list.options[i].value +"," + listval
}
if muliple items are slected then there is no issue but if only one item is selected i get i double times
Since you are selecting values form javascript. When you do partial postback using updatepanel you will have to manually loop through items of listbox and set it Selected property to true
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.