HELP :-)... I'm creating an embedded activex object in an asp.net page
using the HtmlGenericCont rol class. I'm doing this because when I
tried to embed it directly in the aspx page, it stopped working once I
changed it to run on the server (runat="server" ). It said the GUID was
wrong. I found code showing how to implement an activex control using
the HtmlGenericCont rol class from the code behind file, but I can't
figure out how to call functions or methods on it. Any help would be
greatly appreciated.
using the HtmlGenericCont rol class. I'm doing this because when I
tried to embed it directly in the aspx page, it stopped working once I
changed it to run on the server (runat="server" ). It said the GUID was
wrong. I found code showing how to implement an activex control using
the HtmlGenericCont rol class from the code behind file, but I can't
figure out how to call functions or methods on it. Any help would be
greatly appreciated.
Comment