I am having a problem where a client is sometimes double clicking on a button on my web app page and this is causing two entries in my database. I've found a few long winded approaches to solving this, anyone got a simple up to date solution?
The DB INSERT solution was the neatest to implement and fixed problem immediately. Thanks guys.
.NET Programming
The .NET Framework is not specific to any one programming language; rather, it includes a library of functions that allows developers to rapidly build applications. Several supported languages include C#, VB.NET, C++ or ASP.NET.
ASKER