A
Anand Ganesh
Hello Everybody,
I have a line in a Javascript function as follows
<%=ServerSideVariable%>;
This works fine in 2005.NET
But in 2008.NET Visual Web Developer this gives as warning saying
"Expression Expected" and during runtime throws syntax error.
Any suggestions please.
I use this for ASP.NET callback feature.
Thanks
Anand Ganesh
I have a line in a Javascript function as follows
<%=ServerSideVariable%>;
This works fine in 2005.NET
But in 2008.NET Visual Web Developer this gives as warning saying
"Expression Expected" and during runtime throws syntax error.
Any suggestions please.
I use this for ASP.NET callback feature.
Thanks
Anand Ganesh