I am migrating my existing ASP application javascript code to jquery.
However places where i want to get the value from server, I am getting
an error like:

var myvalue = "<%= myservervalue%>";

when i check in myvalue, it is populated with <%= myservervalue%> as
string. If I try to remove "" then it gives an error in comparison.
Any help would be appreciated.

Reply via email to