【发布时间】:2016-01-13 07:12:16
【问题描述】:
我在使用绑定80000个数据表到RadComboBox的时候绑定产生了错误。
<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 during serialization or deserialization using the JSON JavaScriptSerializer. The length of the string exceeds the value set on the maxJsonLength property.
【问题讨论】:
标签: asp.net telerik radcombobox