1
Answer

Invalid postback or callback argument

anjan anil

anjan anil

15y
3.6k
1
hi anyone help me
I have a datalist binding images to datalist,
and with a select button with anchor tag binding ImageId to it. when click on button it should redirect to another page based on ImageId but it is working in Mozilla but not in ie


please help me


Answers (1)
0
Lalit M

Lalit M

NA 6.7k 48k 15y

try to fix, modify the web.config file located in the /admin/ folder.

Change this line:

<pages validateRequest="false" />

To:

<pages validateRequest="false" enableEventValidation="false" />