hi how to pass array while array is,
double[] A={0.8446, 0.8445, 0.8444, 0.8451};
from c# code to Jquery i am trying like this,
<script type="text/javascript">
function Drawgraph( ){
var chart;
alert ("<%= A %>");
series: [{
type: 'area',
name: 'Power to USD',
//pointInterval: 24 * 3600 * 1000,
//pointStart: Date.UTC(2011, 0, 01),
point:Arr,
data: Arr
Hopes for help
Just use the JavaScriptSerializer and write it out into a Javascript variable:
Outputs: