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
110
WebCombo rows missing in client side object model after postback
posted

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

wc.aspx.zip