Telegram_2021-05-15T09

<< Click to Display Table of Contents >>

Navigation:  Telegram > 2021 > 05 > 15 >

Telegram_2021-05-15T09

Telegram link

 

2021-05-15T09:42:10

 

There is no simple answer. It really depends on how this JS code is organized and how you want to do it.

 

If this variable is globally defined and you want to send it back from any event in your IW code (let's say an Async event) all you want to do is set the variable:

 

WebApplication.CallbackResponse.AddJavaScriptToExecuteAsCDATA(' yourvariable = \' + IWEdit1.Text + '\');

 


 

Telegram link

 

2021-05-15T09:42:35

 

something like that could work. Although it may not work for your case