I have an e-com application. There is a link in shopping cart item list with each item which calls a DB procedure when clicked on. This procedure delete the items from the list. Now sometimes if the user rapidly clicks on that link, he ends up clicking on the same item more than one time which causes to display user an Error that no data found, because item is already deleted on the first click.
Any solution to that?