E
Ed Richter
Have a website that uses an online form for posting to a database. One
occasional problem I have noticed is with records getting multiple posting
to the database. It probably happens less than 5% of the time. I can think
of two reasons that cause the intermittent problem.
One is people getting impatient and pressing the Submit button multiple
times. So one question is there any known ways to kind of "latch" the
submit button to prevent multiple posting? Read about something called
Ispostback that sounded like may address this issue?? It was on an ASP.Net
page so am wondering if that only works an asp.net page or will also work in
the vanilla ASP? Any other ways to prevent this?
Second possibility that is causing multiple posts is something else which I
have no idea what (since it works correctly 95+ % of time) Any other
reasons this could be occurring very randomly?
occasional problem I have noticed is with records getting multiple posting
to the database. It probably happens less than 5% of the time. I can think
of two reasons that cause the intermittent problem.
One is people getting impatient and pressing the Submit button multiple
times. So one question is there any known ways to kind of "latch" the
submit button to prevent multiple posting? Read about something called
Ispostback that sounded like may address this issue?? It was on an ASP.Net
page so am wondering if that only works an asp.net page or will also work in
the vanilla ASP? Any other ways to prevent this?
Second possibility that is causing multiple posts is something else which I
have no idea what (since it works correctly 95+ % of time) Any other
reasons this could be occurring very randomly?