开发者

Prevent the previous event trigger at Page refresh (F5) in ASP.NET

开发者 https://www.devze.com 2023-03-06 00:00 出处:网络
In my ASP.net application ,when am entering an data and hitting a button to save the information and its getting saved in the database and then prompt a success message to the user and then i refreshe

In my ASP.net application ,when am entering an data and hitting a button to save the information and its getting saved in the database and then prompt a success message to the user and then i refreshed the page it show a error message like the below!

Warning message details

can anyone help for this to prevent this. Thanks in adv开发者_运维技巧ance/


After postback you need to redirect to the same page

0

精彩评论

暂无评论...
验证码 换一张
取 消