Use Outside In Technology Viewer ActiveX control in ASP.net?
I don't see any coverage of this scenario in the docs.
I can plug the control into an ASPX page with an object reference, but it can't participate in server-side code. Therefore, I cannot call ViewFile() with the path to the file on the server that I need to display.
Is there any way to run the control on the server or inject the contents of the file into the ASPX page and then have the control access it on the client?
Thanks