Invalid postback or callback argument. Event validation is enabled using ''

后端 未结 30 1808
生来不讨喜
生来不讨喜 2020-11-22 05:08

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

30条回答
  •  时光取名叫无心
    2020-11-22 05:22

    I implemented a nested grid view and i faced the same problem .I have used LinkButton instead of image button like this:

    before i had a column like this:

    
      
     
      
    
    

    I have replaced like this.

    
    
         
          
     
    

提交回复
热议问题