Can I escape an in-line server tag? How do I pass the parameter?
I am trying to call a C# method from within a javascript function using in line server tags like this, <%myapp.controllername.csmethod(jsvariable)%> But jsvariable does not exist in the current context. How can I pass the variable as a parameter? I’m trying to avoid using an Ajax post.
0 comments:
Post a Comment