hi all.
i have a script error: SysWebForms.PageRequestManagerServerErrorException: An unknown error occurred while processing the request on the server. The status code returned from the server was: 500
i'm using ASP.NET, on page FCKEditor control and submit button
if FCEditor.Value is null - all ok.
i have a script error: SysWebForms.PageRequestManagerServerErrorException: An unknown error occurred while processing the request on the server. The status code returned from the server was: 500
i'm using ASP.NET, on page FCKEditor control and submit button
if FCEditor.Value is null - all ok.
Re: Script Error on page submit..
Is there nobody with a solution?
Gr, Marc Selman
Re: Script Error on page submit..
WebForms.PageRequestManagerServerErrorException: Status code 500
This error occurs when FCKEditor and UpdatePanel are used on the same ASP.Net page. I found a solution at ASP.Net's forums. Here's a quote: