This is a migrated thread and some comments may be shown as answers.

Custom Control Update Error

1 Answer 16 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Liza
Top achievements
Rank 1
Liza asked on 10 Feb 2009, 06:10 PM
Hi! Maybe you can help me! I'm building a custom control for a radgrid and when I'm trying to perform and update it keeps showing me this error: "Sys.WebForms.PageRequestManagerServerErrorException: An unknown error ocurred while processing the request on the server. The status code returned from the server was: 500."

I tried to debug the code, but the error its generated when I just simply click the button.

Thanks

1 Answer, 1 is accepted

Sort by
0
Liza
Top achievements
Rank 1
answered on 10 Feb 2009, 08:17 PM
Hi again!! I Found the answer, all i had to do was to add 

<%@ Page Language="VB" ValidateRequest="false" %> 

into the page header.

Thanks,

Liza
Tags
Grid
Asked by
Liza
Top achievements
Rank 1
Answers by
Liza
Top achievements
Rank 1
Share this question
or