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
Loading
Lalit MPosted Dec 22, 2009, 1:16 AM
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" />