I want to wrap a 3rd party activex on a user control with other controls (buttons & labels) and want this user control to be hosted on a web page.
For this purpose, I've created a user control. Created a winform and a webform application and added the user control to both of them. After placing the 3rd party activeX on User Control, whenever I access the winform application, it runs fine and displays the 3rd party activeX placed on the user control. However, the webapp doesn't load the user control.
if I remove 3rd Party activeX and just and then access both (winform and webform) applications, they both run fine and display the user control.
i am accessing the user control on the web page using an OBJECT tag with classid=MyUserControl.dll#NS.myControl
Am I missing something? Any help on this will be appreciated...