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
1175
Display values and selected item
posted
I need to display the correct values on the dropdown textbox instead of System.Data.DataRowView. And how do I get the selected item from the dropdown ?
  • 1175
    posted
    Set the TextField and ValueField properties on the WebDropDown to get the correct value to display on the dropdown textbox.

    You can use SelectionChanged event to get the selected item.