\[code\]<script>... data: [
<%=ser%>, 1 , 1 , 1 , 1 , 1 , 1]... </script>\[/code\] CODE BEHIND\[code\]List<int> list = new List<int>();ser = serializer.Serialize(list);\[/code\]The variable ser is not working like the number 1 manual inputed, why?OUTPUT\[code\]ser = "[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49]";\[/code\]
<%=ser%>, 1 , 1 , 1 , 1 , 1 , 1]... </script>\[/code\] CODE BEHIND\[code\]List<int> list = new List<int>();ser = serializer.Serialize(list);\[/code\]The variable ser is not working like the number 1 manual inputed, why?OUTPUT\[code\]ser = "[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49]";\[/code\]