[jQuery] <%= myvarvalue %> not working. Urgent. Please help
I am net able to access my ASP server side constant value in jquery
file. I am trying as:
var myvar = "<%= myvarvalue %>";
but when i put an alert on myvar, it shows <%= myvarvalue %> and not
the value of myvarvalue. Can anyone pls help. Its really urgent.
Thanks in advance