Skip to content

call back to Wisej from webform.aspx load using aspnetpanel #4943

Description

@itg-assistant

nicky suwandi asked 2026-02-11 03:18:34 UTC

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    GeneralQuestions, how-tos and everything else.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions