just upgraded a site from 4.9.1 to 4.11.1, evreything seems to work fine except one usercontrol.
Within that usercontrol, depending on the user action, I set some <asp:HiddenField> values using JQuery. On postback (after the user submits) I read this values in the page.load event and do my program logic with these values.
After the update to 4.11.1 the hiddenfield values read in page.load are always the initial values. I inspected the HTML to verify that JQuery sets the values properly. I have the feeling that is has something to do with viewstate, but could not find a solution.
I restored my backup of 4.9.1 (also to verify that this was really the cause) and everything is working as expected.
Upgrade from 4.9.1 to 4.11.1 breaks usercontrol
Hi,
just upgraded a site from 4.9.1 to 4.11.1, evreything seems to work fine except one usercontrol.
Within that usercontrol, depending on the user action, I set some <asp:HiddenField> values using JQuery. On postback (after the user submits) I read this values in the page.load event and do my program logic with these values.
After the update to 4.11.1 the hiddenfield values read in page.load are always the initial values. I inspected the HTML to verify that JQuery sets the values properly. I have the feeling that is has something to do with viewstate, but could not find a solution.
I restored my backup of 4.9.1 (also to verify that this was really the cause) and everything is working as expected.
Any ideas?
Thanks
Christian
is working on a reply...