Raise event from IE hosted windows user control and catch it in the Web Form that’s hosting the control

Hi.

I have a web app that uses a IE hosted windows user control. I would like that, somehow, lounch an external event from that hosted control that I could catch in my web form’s code behind. If possible, please send me a small sample project (bozesan_mihai82@yahoo.com).

But, of course, I would appreciate any suggestions!


Thanks in advance!




Answer this question

Raise event from IE hosted windows user control and catch it in the Web Form that’s hosting the control

  • FijianTribe

    If I get this correct, you want to raise an event from the hosted control back to the server.
    There is no direct way to do this. One thing you can easily do is to
    call an ASPX page from the control it self
    You can use http web request to send a request and get a response back

  • Raise event from IE hosted windows user control and catch it in the Web Form that’s hosting the control