Display Word Documents in C#
-
How can I Display Word Documents in C# Which control do you offer Thanks in advance
Hello Friends
-
How can I Display Word Documents in C# Which control do you offer Thanks in advance
Hello Friends
Hi, Here if your context is Asp.net then do as following create an iframe
<iframe name="iframedoc" frameborder=2 width=580 height=440 src="title.html"></iframe>
create a link also
<a href="your_doc.doc" target="awindow">Open</a>
clicking this open link will show a command box to save/open document, click open..then document will show in browser You can also handle this in C# put runat property in
<a>
-
How can I Display Word Documents in C# Which control do you offer Thanks in advance
Hello Friends
If you have word installed you can use this: Word Control for .NET[^]
Giorgi Dalakishvili #region signature My Articles Asynchronous Registry Notification Using Strongly-typed WMI Classes in .NET [^] My blog #endregion