Hello
I have a grid with 3 columns (Date, Qty, Note)
I use a FormTemplate to Edit.
Everything works fine. However, when I enter the character < follow by a letter such as <c in the textbox and click update, it causes an error on the Internet Explorer page.
Sys.WebForms.PageRequestManagerServerErrorException: An unknown error occurred while processing the request on the server. The status code returned from the server was: 500
It also gives the error on Inserts
Is this a bug, or am I doing something wrong?
Edit: Just tested this out in one of your online Grid Edit demos. It causes to give an error saying the page is not found.
I have a grid with 3 columns (Date, Qty, Note)
I use a FormTemplate to Edit.
Everything works fine. However, when I enter the character < follow by a letter such as <c in the textbox and click update, it causes an error on the Internet Explorer page.
Sys.WebForms.PageRequestManagerServerErrorException: An unknown error occurred while processing the request on the server. The status code returned from the server was: 500
It also gives the error on Inserts
Is this a bug, or am I doing something wrong?
Edit: Just tested this out in one of your online Grid Edit demos. It causes to give an error saying the page is not found.