I am looking example how to call back to wisej from webform.aspx (using aspnetpanel).
I am creating report using stimulsoft report loading using webform.aspx and wrap in aspnetpanel. when user click the link in report and need to send back to wisej and open another link report in wisej. How to send the clicked link back to wisej?
i have try using this command in “webform.aspx” (in my project have wisej form, webform.aspx and report1.mrt)
this.fireWidgetEvent(“myevent”, {name:’test’}); //error : this.fireWidgetEvent is not a function //based on https://docs.wisej.com/api/wisej.web/general/control#widgetevent
Wisej.Core.send(‘link’, { value: ‘Hello Server!’ }); //Wisej is not defined
Wisej.Core.WisejUtils.Send(“link”, { value: anchor.href }); //Wisej is not define
App.Window4.CallbackTheServer(“testing”); // App is not define
Thanks
Nicky
