I am attempting to bind declaratively via the DataBinding ClientSettings. I have set the Location / SelectMethod / SelectCountMethod
My location is an aspx page with [WebMethod] methods for select and count. I am getting the following error when loading the page:
Sys.ArgumentException: Cannot deserialize empty string. Parameter name: data
Any help on what may be causing this is appreciated.
- Thanks
My location is an aspx page with [WebMethod] methods for select and count. I am getting the following error when loading the page:
Sys.ArgumentException: Cannot deserialize empty string. Parameter name: data
Any help on what may be causing this is appreciated.
- Thanks