I have a grid on a page that has a editing template. When I run the grid in debug mode, everything works fine. But when I uploaded the site to server and run it, I got this error:
Sys.WebForms.PageRequestManagerParserErrorException: The message received from the server could not be parsed. Common causes for this error are when the response is modified by calls to Respoonse.Write(), response filters, HttpModules, or server trace is enabled.
Details: Error parsing near '
<!DOCTYPE html P'.
Please advise.