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
740
dropdownprovider intermittently and inconsistently loses text and shows value NOT text after postback
posted

I am using a webtab and then a multiview to display different content.  Some content uses a webdatagrid that also uses dropdownproviders.

I have set the autopostback flag SelectedIndexChanged="On" for the webtab.  In the server side code, i then change which view in teh multiview to display, etc.

Erratically and inconsistently, if I go back to the tab linked to the webdatagrid, the dropdown provider does not display text, but rather the selected value and no choices in the dropdown.  If I continue to click around and come back, it sometimes reappears correctly with choices and text.  I was able to reproduce also with 15.2 latest service release.

See example I am uploading.

dropdownprovider.aspx.zip