Relative Content

Tag Archive for c#asp.netwebforms

Word Viewer only option

does anyone know how to get a FREE word/rtf viewer I don’t want to edit/modify or save the document I only want to view it in a ASP.NET Webform, I’ve tried already the Microsoft.Interop and it only works on windows form and local within the Visual studio environment while testing and debugging but once deployed lots of errors are thrown. I understand there are lots third party controls out there that can handle it but none of them are just viewer they are actually editor and I am not looking to modify/edit or save the document I only wish to display it on a page for reading and print, just like the PDF viewer using the html object embbeding.

Dynamic Form in ASP.NET and C#

I’m working on a webform using ASP.NET, and I’m aiming to include a feature where users can dynamically add more question fields by clicking a ‘+’ button. However, I’m unsure about the steps to achieve this. Can you guide me through how to implement this functionality?