Sys.WebForms.PageRequestManagerServerErrorException: An unknown error occurred while processing the request on the server."

前端 未结 27 2600
遇见更好的自我
遇见更好的自我 2020-12-13 18:03

I have couple of update panels and jquery tabs on page. And also I am loading couple user controls on update panels. After user waited for couple of minutes (not checked the

27条回答
  •  死守一世寂寞
    2020-12-13 18:15

    This issue for me was caused by a database mapping error.

    I attempted to use a select() call on a datasource with errors in the code behind. My controls were within an update panel and the actual cause was hidden.

    Usually, if you can temporarily remove the update panel, asp.net will return a more useful error message.

提交回复
热议问题