After deploying a project into production, we encountered the "Invalid postback or callback argument" error. Interestingly, this issue was not present during testing. Upon some investigation, we discovered that the error occurs under the following circumstances:
- An old version is accessed.
- A new version is accessed without clearing the Temporary Files.
- The drop down menu is changed twice (the first time works fine).
For clients experiencing this error, the temporary fix has been to clear their internet files. However, this is not an ideal solution. Does anyone have any insights on why this issue occurs and how to address it without relying on temporary fixes?
By the way, the application is ASP.NET 3.5 written in C#. We are using a JavaScript callback in a specific control which seems to trigger this issue.