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
515
WebDropDown Control doesn't respond to selectionchanged event
posted

I have a webdropdown control bound to a dataset. Whenever I select  a different item from dropdown item, the webdropdown.currentvalue is updated. However, the webdropdown.SelectedValue and webdropdown.SelectedItem remains the before. What do I need to do in order to get current item selection.

Thanks!

Parents
No Data
Reply
  • 24671
    posted

    Hey,

    How do you check SelectedValue / SelectedItem ? do you do a postback, and check that in a specific event on the server-side ? Or do you check everything on the client. Some markup and code-behind could additionally help me.

    Thank you,

    Angel 

Children