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
ok
after selcting the item i do post back
if agian the listbox is made visible how do i get the initally slected items to remain selected on client side
culd do it on serverside
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.