Problem in JsonResult
- by Saravanan I M
I am using the jsonresult for listing all the cities under a country. I retrieve the data from database and load it to a dropdown list using jquery. The problem is if the cities goes beyond 3000 then the jsonresult is not working.
<script type="text/javascript">
$(document).ready(function () {
//Hook onto the MakeID list's onchange…