ASP.NET Ajax Error: Sys.WebForms.PageRequestManagerParserErrorException

后端 未结 15 725
轻奢々
轻奢々 2020-12-05 18:20

My website has been giving me intermittent errors when trying to perform any Ajax activities. The message I get is

Sys.WebForms.PageRequestManagerP         


        
15条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-05 18:55

    Please also be aware that this can be caused by not properly html encoding what you may be rendering to the page through partial postbacks.

提交回复
热议问题