I have an activex user control written in VB.net that I have put on an aspx page :
<object id="axCaPControl" name="axCaPControl" classid="CaPActiveX.CaPActiveX_UC" width="750" height="450" codebase="CaPActiveX.dll"></object>
When I browse to the page I get what looks like a large multiline text box where the control should display, it isn't a text box it's literally just a placeholder. Why might this be? What do I need to change?
Many thanks for any help in advance.
<object id="axCaPControl" name="axCaPControl" classid="CaPActiveX.CaPActiveX_UC" width="750" height="450" codebase="CaPActiveX.dll"></object>
When I browse to the page I get what looks like a large multiline text box where the control should display, it isn't a text box it's literally just a placeholder. Why might this be? What do I need to change?
Many thanks for any help in advance.