G
Guest
Hi,
I have a simple .aspx page where user enters data (e.g Name address,
etc). At the end, he/she clicks Save button which Posts to the same page and
in the Save button's click event I am saving the data into Database. Now
after saving the details the same page gets rendered to the user. If the user
refreshes the browser as its a post - back page the server is trying to store
the values again. what are the different possible ways to avoid this.
Thanks,
Ravi
I have a simple .aspx page where user enters data (e.g Name address,
etc). At the end, he/she clicks Save button which Posts to the same page and
in the Save button's click event I am saving the data into Database. Now
after saving the details the same page gets rendered to the user. If the user
refreshes the browser as its a post - back page the server is trying to store
the values again. what are the different possible ways to avoid this.
Thanks,
Ravi