Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1410
Getting
posted

Hi,

I am using Webdropdown Build 12.1. I am using 6 webdropdowns on a page in my webapplication where I am getting an error while postback. The error is in the attached .png file. I checked on Internet and tried adding the below key message in the web.config file but that fix did not work.

<appSettings>
    <add key="aspnet:MaxHttpCollectionKeys" value="2000" />
 </appSettings>

Looks like some other user got the same error before. See the attached URL for more details:

http://social.msdn.microsoft.com/Forums/ta/csharpgeneral/thread/c403808b-f60d-4702-bfa1-bfc47ef9ee5c

It is very urgent. Please reply soon.

 

Parents
  • 1410
    posted

    Hi,

    I have resolved this issue by using the below key in web.config;

    <add key="aspnet:MaxJsonDeserializerMembers" value="5000"/>

Reply Children
No Data