Hi,
I'm doing tests with ASPxCallbackPanel Component.
In my test with callback event set a HiddenField's value, but this value is empty when i cliking to F5 browser button.
Why? It's possible resolve this issue?
Alessio.
Hi Alessio,
The most browsers (except FireFox) don't load previuous valuesinto page's hidden fields. So you can be sure that the data willbe persisted between several browser refreshes only if you storethese data in cookies (it's implied that the target client browsersupports cookies and they are enabled) or if you immediatelysynchronize all data changes with the server.