Hi....... how to get values from web drodown when i use check box for multiple selection
on the server-side: you can use the SelectedItems property
on the client-side: get_selectedItems()
Then for every item in the lists, to get the actual text/value, you can call get_text() or get_value().
Hope it helps,
Angel