F
Felipe Garcia
i have some old asp pages that uses activex controls. At the moment, my
company are converting all of these old asp pages to asp.net. So my question
is, there is a way to handle activex events in the asp.net code behind.
<SCRIPT FOR="WEBDECODER1" EVENT="onaction" LANGUAGE="VBScript">
dim myaction
dim sig, format, captureTime
set myaction= action1
sig = myaction.Signature
myform.submit
</SCRIPT>
I want to handle this event on the code behind of my aspx page. Is there a
way to do this ? If not, what's the best way to do this inside asp.net ?
Thanks.
company are converting all of these old asp pages to asp.net. So my question
is, there is a way to handle activex events in the asp.net code behind.
<SCRIPT FOR="WEBDECODER1" EVENT="onaction" LANGUAGE="VBScript">
dim myaction
dim sig, format, captureTime
set myaction= action1
sig = myaction.Signature
myform.submit
</SCRIPT>
I want to handle this event on the code behind of my aspx page. Is there a
way to do this ? If not, what's the best way to do this inside asp.net ?
Thanks.