Thursday, May 2, 2019

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.

Can I escape an in-line server tag? How do I pass the parameter? Click here
  • Blogger Comment
  • Facebook Comment

0 comments:

Post a Comment

The webdev Team