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
Meaning you should bind listbox only once on page load !ispostback so that the selections are retained. If you bind listbox on each postback what the user has selected will be lost
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.