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
95
Problem in WebCombo with Ajax UpdatePanel
posted

Hi,

I am using WebCombo inside AJAX UpdatePanel. WebCombo control is bind to List<T> at run time. I used to rebind WebCombo on SelectedIndex_Changed event of WebCombo with updated List<T>.

WebCombo is fine with new DataSource (i.e., displaying correct data on DropDown), but I am not getting desired selected text (i.e., text displyed in upper portion). Most of times, it shows previously selected text. Also, selected row is not correct every time.

I am seeking your help.