Hello
I have created an ActiveX control in VB6.0 and trying to embed this ActiveX control in Asp.Net 2.0 through the following command. But I can’t see anything in my aspx page whereas it works fine with html page.
<object id="ctlVBAX"
classid="clsid:B7C88829-7BCF-4AB6-95A5-F63ADBEA151A"
codebase="vbActiveX.CAB#version=1,0,0,0">
</object>
You can download the cab file from following url - http://www.agoenka.info/vbActiveX.CAB
What is the problem?
Thanks
Abhishek