How Many Columns Can I add from DataTable by aoColumns?
How Many Columns Can I add from DataTable by aoColumns?
chelseajcole
Posts: 12Questions: 0Answers: 0
I am using aoColumns to add more columns from my datatable to show in the browser, when I add more than 30 columns, it give me an error:
the length of the query string for this request exceeds the configured maxQueryStringLength value.
Is there and limitation on how many columns can I add?
the length of the query string for this request exceeds the configured maxQueryStringLength value.
Is there and limitation on how many columns can I add?
This discussion has been closed.
Replies
http://mvcscriptmanager.codeplex.com/workitem/5263
and made the changes:
But it does no work. I have tryed it in IIS 7.5 and IIS Express on win7 64 bit system.
Regards,
Allan
They talk about it here http://haacked.com/archive/2008/11/20/anatomy-of-a-subtle-json-vulnerability.aspx
and here its now default not ta allow GET for JSon in mvc you have to set JsonRequestBehavior to AllowGet
http://haacked.com/archive/2009/06/25/json-hijacking.aspx