asp.net - Must web apps support back button? -


I did the system test on a new ASP.Net app. While using the back button in my browser (IE 7), I had to face many exceptions.

I said in a review that the web-app should support the use of the back button (or at least handle it honestly, for example, warnings outside of session-time) TeamLand does not agree with me As he had said that a web app should not work with a back-button by default.

Do you agree?

Pages may be slow to load. I do not want to load a single page completely to open an item every time to return to that list.

With POST + REDIRECT + GET and other phrases you can get good behavior with the back button and that is what you should try for it.


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -