You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 14, 2024. It is now read-only.
I have a GridView with an SQLdatasource, and a FormView with an SQLdatasource. On selection from the GridView the FormView displays the correct details. - All simple stuff.
If I then put an AjaxFileUpload control in the FormView, I get the following error when I click the upload button:
0x800a139e - JavaScript runtime error: Sys.ArgumentException: Cannot deserialize. The data does not correspond to valid JSON.
Parameter name: data
How do I use an AjaxFileUpload in a detail Formview?
I have a GridView with an SQLdatasource, and a FormView with an SQLdatasource. On selection from the GridView the FormView displays the correct details. - All simple stuff.
If I then put an AjaxFileUpload control in the FormView, I get the following error when I click the upload button:
0x800a139e - JavaScript runtime error: Sys.ArgumentException: Cannot deserialize. The data does not correspond to valid JSON.
Parameter name: data
How do I use an AjaxFileUpload in a detail Formview?
Here is a simple page to show the issue: