Hi,
I've got a RadAJAXManager on my page to manage the AJAX requests and I think it's affecting how the page maintains values in internet explorer.
When the user submits the page and then hits the back button, the values of all the fields (standard asp TextBoxes) are lost.
If I disable AJAX, the values are maintained. I guess this is because the submit button is ajax'ed and the navigation is triggered during a serverside function using response.redirect? Not sure why it would work fine in other browsers though.
Note that this only affects Internet Explorer, the other browsers keep the values with no issues.
Any Ideas?
Thanks,
Bill
I've got a RadAJAXManager on my page to manage the AJAX requests and I think it's affecting how the page maintains values in internet explorer.
When the user submits the page and then hits the back button, the values of all the fields (standard asp TextBoxes) are lost.
If I disable AJAX, the values are maintained. I guess this is because the submit button is ajax'ed and the navigation is triggered during a serverside function using response.redirect? Not sure why it would work fine in other browsers though.
Note that this only affects Internet Explorer, the other browsers keep the values with no issues.
Any Ideas?
Thanks,
Bill