ASPX using third party UI OCX file
-
hello everyone... anybody who can help me how to use a third party OCX in my ASPX... said OCX is a UI and was developed in VB6. I want to use in in my ASPX(C#) page. I tried to add it as a compnent but it doesn't work.... I need it badly for my new project.... Thanx in advance....
xxx
-
hello everyone... anybody who can help me how to use a third party OCX in my ASPX... said OCX is a UI and was developed in VB6. I want to use in in my ASPX(C#) page. I tried to add it as a compnent but it doesn't work.... I need it badly for my new project.... Thanx in advance....
xxx
-
Since OCX controls are ActiveX objects, you have to embed an OCX object in a web page using object tag. Check this link: http://www.fpoint.com/support/whitep/ActiveX/ax1999.aspx#content[^]
I think i have to read the link thoroughly.... this might help me to solve my problemm.... Thank you very much...
xxx
-
Since OCX controls are ActiveX objects, you have to embed an OCX object in a web page using object tag. Check this link: http://www.fpoint.com/support/whitep/ActiveX/ax1999.aspx#content[^]
thank you for helping me solve my problem... the links u gave realy helped a lot....
xxx