Refering the below article able to populate dropdownlist.
This is been resolved, of increase json length at webconfig file.
<System.web.extension>
   <scripting>
       <webservices>
            <jsonSerialization maxJsonLength = "21453654" />
       </webservices>
   </scripting>
</system.web.extension>