Form Validation button after refresh
-
Hello, I have a form which contains a validation button that save data to the database, the pb is that after each page refresh, the button code is executed. how can i do to prevent that from happening Thanks in advance TG
-
Hello, I have a form which contains a validation button that save data to the database, the pb is that after each page refresh, the button code is executed. how can i do to prevent that from happening Thanks in advance TG
By refresh, do you mean the refresh of the web browser or is it a post back done by a button or some other control? ~Javier Lozano
-
By refresh, do you mean the refresh of the web browser or is it a post back done by a button or some other control? ~Javier Lozano
i mean the refresh of the web browser thanks a lot TG