B
Bob Jones
We have an ASP.net application that targets an Acces2002
database file for records storage.
The app is a nutrition tracking and management database
system; it generally works perfectly.
However, if our hosting server is very busy due to high
work load, and a page response takes a while (say, 2
minutes), then when the updated page arrives, we
sometimes note that the post back has been duplicated.
This only seems to happen when a page request involves a
new record insert action.
After the page displays, we sometimes see that the new
record has been inserted twice. Since ours is a database
system, this is not good!
The page does contain 2 textboxes that have "on change
autopostback" enabled; but no changes in these text boxes
is involved with the record insert actions. See KB
828979.
Can anyone suggest what may be going on. Can we prevent
this so out data is not inaccurate?
Thank you.
database file for records storage.
The app is a nutrition tracking and management database
system; it generally works perfectly.
However, if our hosting server is very busy due to high
work load, and a page response takes a while (say, 2
minutes), then when the updated page arrives, we
sometimes note that the post back has been duplicated.
This only seems to happen when a page request involves a
new record insert action.
After the page displays, we sometimes see that the new
record has been inserted twice. Since ours is a database
system, this is not good!
The page does contain 2 textboxes that have "on change
autopostback" enabled; but no changes in these text boxes
is involved with the record insert actions. See KB
828979.
Can anyone suggest what may be going on. Can we prevent
this so out data is not inaccurate?
Thank you.