DotNet Web Client UserControl Events

G

Guest

History: In VB6 I could create an OCX that had the ability to accept
paramenters from a web page <object> tag, do some work, then fire an event
back to VBScript or JavaScript on the web page where addition work may have
been done. This web page usercontol interaction was easy in VB6.

Using VB.Net I have been able to create the usercontrol for the web page and
have also been able to pass parameters in via the <object> tag.

I have not been able to figure out how to generate the event in the
usercontrol that would fire a JavaScript or VBScript function. When using
the RaiseEvent the event is not passed to the html page like it was in VB6.
It just disappears.

Please help with references or sample code

Thks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top