Prevent the previous event trigger at Page refresh (F5) in ASP.NET
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
精彩评论