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!

Raise event from IE hosted windows user control and catch it in the Web Form that’s hosting the control
FijianTribe
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