Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
745
How to get multi selected values from web dropdown
posted

Hi....... how to get values from web drodown when i use check box for multiple selection

Parents
No Data
Reply
  • 24671
    Verified Answer
    posted

    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 

Children
No Data