I have an activex control built with VS 2005, C#. I have a "Done"
event that I fire from the control when some processing is done. I
have tested this with a C++ app as the host, and I do get the event.
But when I place the control in an Object tag on an ASPX page, and add
my event handler in VBScript, I do not get the event. Its like the
event was never hooked up on the web page.
Is there anything special I need to do on my control side to get the
events visible on the web page? I can build a C++ activeX control and
put it on a page and the events are caught fine, but my C# control
does not.
More info: I can call my methods in the ActiveX from VBScript on the
page just fine, I just cannot figure out why it looks like the events
are not being wired up when the control is on the page.
Anybody run into this issue?
All help is appreciated.
Thanks.
|