javascript - asp.net webforms : go to previous page using back browser button -


i working on asp.net web forms solution having several pages accessible using navigation bar. have notice that, after having edited fields autopostback enabled, pressing browser's button show previous state of current page instead of showing previous page.

the solutions found issue suggest using redirect() in button's click event handler or using javascript detect button click call window.history.back(). first type of solution not acceptable me because don't want have in ui dedicated button backward navigation. second solution did not work me.

so, web forms application, right approach make browser's button showing previous page?

thanks help!


Comments

Popular posts from this blog

java - Jasper subreport showing only one entry from the JSON data source when embedded in the Title band -

mapreduce - Resource manager does not transit to active state from standby -

serialization - Convert Any type in scala to Array[Byte] and back -