I am getting the following error when I post back a page from the client-side. I have JavaScript code that modifies an asp:ListBox on the client side.
How do we fix
I've had the same problem, what I did:
Just added a condition if(!IsPostBack) and it works fine :)
if(!IsPostBack)