Click here to Skip to main content
15,887,962 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
hi,

i getting below error
i couldn't solve this from past 1 week,
Sys.WebForms.PageRequestManagerParserErrorException: The message received from the server could not be parsed. Common causes for this error are when the response is modified by calls to Response.Write(), response filters, HttpModules, or server trace is enabled

in this page i used adrotater control to rotate banner, i'm binding data from sql server 2005, and i'm using time ticker to change the banner

in that page also i'm using gridview, in that gridview rowcommand event, i have to some popups windows,
when click to open that any one popup i'm getting that error, but that popup window opens

please solve that error

thanks in advance
Posted
Updated 24-Sep-10 1:22am
v2

1 solution

Hi,
Please add page directive attribute like EnableEventValidationto false

VB
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" EnableEventValidation="false"
    Inherits="_Default" %>



Please do let me know, if you have any doubt.

Please provide "Vote" if this would be helpful, and make "Accept Answer" if this would be correct answer.:rose:

Thanks,
Imdadhusen
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900