I can't believe I'm asking this.
I've looked everywhere for an answer to what seems to be a simple question...
How do you retrieve data from an ActiveX control found on an ASPX page?
I've never used ActiveX controls in a web page and normally I never would...but the web application I'm currently developing requires one.
I've created the control and have added it to my asp page like so:
[code=asp]
<object id="myActiveXCt rl" classid="clsid: xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" ></object>[/code]
I'm just not sure how to retrieve the ActiveX control on the server.
(Well really all I need is the data within the ActiveX control)
Thanks a lot!
-Frinny
I've looked everywhere for an answer to what seems to be a simple question...
How do you retrieve data from an ActiveX control found on an ASPX page?
I've never used ActiveX controls in a web page and normally I never would...but the web application I'm currently developing requires one.
I've created the control and have added it to my asp page like so:
[code=asp]
<object id="myActiveXCt rl" classid="clsid: xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" ></object>[/code]
I'm just not sure how to retrieve the ActiveX control on the server.
(Well really all I need is the data within the ActiveX control)
Thanks a lot!
-Frinny
Comment