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.
Display resource value from another class library for label control text property aspx page
I would like to display in the aspx code behind (not the .cs file) a resource file value (in a separate class library) for a label control text property.
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?
Use value from textbox to var
Ï want to use a value from a textbox in this code, there subjectId is
A potentially dangerous Request.Cookies value was detected from the client (template_html_cookie=”<meta co…")
I need to save HTML text on a cookie and i’m getting System.Web.HttpRequestValidationException.