Invalid postback or callback argument

Discussion in 'ASP.NET / ASP.NET Core' started by cquestsearc, May 21, 2008.

  1. I previously posted on this topic after my first error, which took me off the site. I now know what causes it, and can make it happen, but I don't know how to avoid it (or prevent visitors from experiencing it).

    When I have just caused a postback, and initiate another too soon, I get the error. If I wait, everything works fine. How can I lock the page from further action until the previous one has finished?
     

Share This Page