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.