How do i pass a variable that contain data from sql in vb net to javascript in aspx?
I know there's something like var y = <%=variable%> but in my case is y: variable.
The semicolon is obstructing me from passing a variable.
series: [{
name: 'Numbers',
colorByPoint: true,
data: [{
name: 'Server with IP Address',
y: 282
}, {
name: 'Server without IP Address',
y: 30