asp.net - Firefox not displaying panel on refresh or postback -


I have an interesting issue that I have an ASP.NET web page that has a radio button list with three radio buttons. Radiobutton 1 hides both panels and displays the RadioButton2 panel 1 and hides the panel 2, then the radio button hides 1 panel 1 and shows the panel 2. pretty straightforward. All the logs that hide and display the panel are in the rear code in C # This works great in Chrome and IE. In Firefox; However, if you refresh the page in any way (by removing other control posts or by pressing the browser's refresh button), then say that the Radio button 2 has been selected and the panel 1 is displayed, then the page radiobuton 2 still comes back with the selection, but both the panels are now hidden. A fresh refresh of the page in Chrome and IE brings it back to its original state. Which means that all controls are set on their original values ​​and Radiobutton 1 is selected and both panels are hidden not necessarily required but better than the radiobutan and panels, they come out of sync completely.

It is not certain how to start seeing this one should begin. None of these have been generated in JavaScript, and are not generated in the RadioButton code, they are in the static HTML portion of the page.

Thoughts?

It seems that you can handle page caching problems in Firefox. Have you tried disabling page caching for this page? For example, see this answer:


Comments

Popular posts from this blog

import - Python ImportError: No module named wmi -

Editing Python Class in Shell and SQLAlchemy -

c# - MySQL Parameterized Select Query joining tables issue -