POST request sent twice asp.net

chippox

Newbie
Joined
Jun 13, 2018
Messages
40
Reaction score
9
hello i got a webpage which include some data field and submit button.When user try to send his data if he clicked 2 times to button , i got the data twice.How can i fix this ?
 
hello i got a webpage which include some data field and submit button.When user try to send his data if he clicked 2 times to button , i got the data twice.How can i fix this ?
This is exactly what the button does, when it's clicked he sends the form data. You can make a js script to let the user send the form only once, or you can simply redirect him.
 
Back
Top