I would like to burn in a c# code behind property into the javascript alert(<%= someProperty%>); . For some reason it is not working. Is there a way you can burn the codebehind property into the javascript? thanks
-
Can you "view source" in the browser and see how the javascript renders? Try running in firefox + firebug and see what the reported error is?Joel Coehoorn– Joel Coehoorn2009-02-06 15:05:58 +00:00Commented Feb 6, 2009 at 15:05
-
Yes, there is a way and you are going in the right direction. Unfortunately, the way question is posed gives too little info about implementation and zero details about the problem.DK.– DK.2009-02-06 15:10:57 +00:00Commented Feb 6, 2009 at 15:10
Add a comment
|