1

I am trying to return an javascript value with Awesome lib in Vb.net / C#. Now I know how to execute

WebControl1.ExecuteJavascript("func_name")

but how do I return value?

1 Answer 1

3

You need to use ExecuteJavascriptWithResult:

string sResult = WebControl1.ExecuteJavascriptWithResult("func_name");
Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.