Analytics

2011年3月14日 星期一

[AJAX]解決 Sys.WebForms.PageRequestManagerParserErrorException: 無法剖析從伺服器收到的訊息。這項錯誤通常的原因是回應被 Response.Write()、回應篩選條件、HttpModules 的呼叫修改了,或是已啟用伺服器追蹤。 詳細資料: 剖析 near 'xxx' 時發生錯誤。(Solve Sys.WebForms.PageRequestManagerParserErrorException: Unable to parse the message received from the server. This error usually occurs because the response is Response.Write (), to respond to the filter criteria, HttpModules call modified, or server trace is enabled. Details: Error parsing near 'xxx'.)


問題
Sys.WebForms.PageRequestManagerParserErrorException: 無法剖析從伺服器收到的訊息。這項錯誤通常的原因是回應被 Response.Write()、回應篩選條件、HttpModules 的呼叫修改了,或是已啟用伺服器追蹤。 詳細資料: 剖析 near 'xxx' 時發生錯誤。



解決方法
在使用ajax開發時,當頁面使用update panel時,而頁面如果有檔案下載的動作,就發出現這樣的問題,因此現有的解決方式就是將update panel移除,就可以避免這樣的問題出現

沒有留言:

熱門文章