Invalid postback or callback argument
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
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"
/>