button bounce

Discussion in 'ASP.NET / ASP.NET Core' started by lucy, Dec 27, 2006.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. Hello again,

    I occasionally get "button bounce", that is an event sometimes gets triggered twice if someone inadvertantly double clicks a button associated with the event. The event updates and inserts info into a database. I've gotten around this by querying the database for the update and breaking if it has already occured. This works fine except is seems a rather unelegant method and may be prone to bugs.

    Any insight?

    Thank you

    Lucy
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page