I am using binding 80000 number of data table to the RadComboBox while binding an error generated.
<telerik:RadComboBox ID="cboxEmployeeFrom" runat="server" >
</telerik:RadComboBox>
cboxEmployee.DataSource = dts
cboxEmployee.DataTextField = dts.Columns("Name").ToString()
cboxEmployee.DataValueField = dts.Columns("EMPNO").ToString()
cboxEmployee.DataBind()
Error is:
Error during serialization or deserialization using the JSON JavaScriptSerializer. The length of the string exceeds the value set on the maxJsonLength property.