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
its binded everytime
1) populated at run time in postback as population depends on condition from user
2) so binded everytime
as per current flow i will have values only in the session variable
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.