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
Post a Comment