G
Guest
Hi,
I've made a web form (C#) with a 'save' button on the bottom of the form.
when the user saves (button click) the data it is inserted into a db table.
I notify the user with a javascript alert and the save button will be
disabled.
The text boxes are still filled with the input of the user.
When I press F5 (refresh) the form wants to save the data again!?
I hoped the text boxes where cleared and the browser showed a new empty
'instance' of the form...
Any ideas how this can be done..?
Cheers
I've made a web form (C#) with a 'save' button on the bottom of the form.
when the user saves (button click) the data it is inserted into a db table.
I notify the user with a javascript alert and the save button will be
disabled.
The text boxes are still filled with the input of the user.
When I press F5 (refresh) the form wants to save the data again!?
I hoped the text boxes where cleared and the browser showed a new empty
'instance' of the form...
Any ideas how this can be done..?
Cheers