Posted on: 3/1/2014 2:45:53 AM | Views : 609

Hi All, Please someone look into the below mentioned issue.
The problem is with IE10 browser. we assigning a JSon string value into a variable. (var listArray = eval(listItemCollectionJSONString);). But while taking listArray.length in IE 10 it returns actual length-1. So in populating the list into a listbox the listitem-1 only able to view. While open the arraylist variable we can see an unwanted item (Prototype Array). In IE 9 this problem doesn't seem.
Regards, Saju.

Go to the complete details ...