GridView
Excelにエクスポートしようとしていますが、いくつか問題があります。
最初は他にいくつかのエラーが発生したのでEnableEventValidation ="false"
、自分のページに追加public override void VerifyRenderingInServerForm(Control control)
し、ソース コードに追加しました。今、私はjavascriptからこのエラーを得ています:
Microsoft JScript runtime error: Sys.WebForms.PageRequestManagerParserErrorException: The message received from the server could not be parsed.
グリッドが更新パネルにあるためだと思いますが、ajax
よくわかりません。
何か案が?
ありがとう。