Have you ever had trouble with modifying your Aspx document while on the go? Well, DocHub comes with an excellent solution for that! Access this cloud editor from any internet-connected device. It enables users to Paste paragraph in Aspx files rapidly and anytime needed.
DocHub will surprise you with what it offers. It has powerful functionality to make any changes you want to your forms. And its interface is so straightforward that the whole process from start to finish will take you only a few clicks.
Once you finish editing and sharing, you can save your updated Aspx document on your device or to the cloud as it is or with an Audit Trail that includes all changes applied. Also, you can save your paperwork in its original version or transform it into a multi-use template - complete any document management task from anywhere with DocHub. Subscribe today!
This video tutorial shows how to create a new ASP.NET MVC application with the TX Text Control DocumentViewer Create a new ASP.NET Web Application project Select Empty and check MVC Add NuGet package TXTextControl.Web.DocumentViewer Add references to TXTextControl, TXDocumentServer and TXTextControl.Server Add a new text file licenses.licx Paste the license string Add a new Controller Home Add a new view Index Add a demo document to AppData Add the namespace TXTextControl.Web.MVC.DocumentViewer Insert the HtmlHelper TXTextControl().DocumentViewer() Set the Dock property Set the DocumentPath property to load a document Compile and start the application