Hi,
I am Using the Radtextbox to save a string values. When it contains a "<" continued by String it generate a error on postback as follows
JavaScript 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
If i replace the"<" with space as follows "< " it works fine, but i should not use this technique. i need a working solution for this issue.
Thanks
I am Using the Radtextbox to save a string values. When it contains a "<" continued by String it generate a error on postback as follows
JavaScript 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
If i replace the"<" with space as follows "< " it works fine, but i should not use this technique. i need a working solution for this issue.
Thanks