Click here to Skip to main content
15,881,882 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

In my application, whenever I am doing postback I am getting the error,
Microsoft JScript runtime error: Sys.WebForms.PageRequestManagerServerErrorException: An unknown error occurred while processing the request on the server. The status code returned from the server was: 500

I have set
ValidateRequest="false"

in @Page directives.

I dont have any AutoPostBack Triggers in my UpdatePanel.

Please help me. I dont know why it is happening.
Thanks in advance
Posted

1 solution

I fixed that error.
I was passing hiddenField value from codebehind.
It works when I removed that code.

Thanks
 
Share this answer
 
v2

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