When the user selects an item from the drop-down list and presses the button, my application displays a list of manually linked data and filtered according to the selected value. If the user clicks the refresh button of the browser, he asks for confirmation if the user is sure that he wants to send the request again.
I do not want the browser to ask about this. How can I avoid this behavior?
As far as I understand, this can be done by implementing the post / redirect / get pattern, but I do not know how to do this in ASP.NET 3.5.
eKek0 source
share