ASP.NET control?


I need to call up specific word documents and edit them from a web app. It appears from the limited digging I've done that pretty much everything is done programatically.

Can Aspose.Word embed a Word document into an ASPX web form as a control?

Hi,

Thank you for considering Aspose.

Sorry if I misunderstood you, but Aspose.Word is a .NET component that does not have any visual functionality, i.e. it is not a control. It can open a document as .doc or HTML, populate and save as .doc or HTML (or convert it to .pdf using Aspose.Pdf). So Aspose.Word should be used for processing Word documents programmatically and this is currently impossible to use it as a control or editor.