Hi,
I am using the WebCombo to display a list of business objects. The selection in this combo will change when selections in some other controls change. I am able to change the selection of this combo in client-side Javascript but after a postback the row collection only has one item left, which is the one selected before the postback. Basically the selection doesn't work any more after postback.
I've simplified my page and have attached to this post. The page has a WebCombo, a ASP.NET button that trigger a postback (and does nothing else), and 3 HTML buttons that changes the selection in the WebCombo. The buttons that changes the combo selection work, but after a postback, clicking the selection buttons will cause Javascript errors.
Any idea what's happening? I'm on 10.1 by the way.
Thanks.
FT