0
kicks
Read write word file in ASP.NET
In this article i am going to describe how to read and write to ms word file or document in ASP.NET using FileStream, StreamReader and StreamWriter.
For this i've added a textbox for input text to be written in word document and a button to write, same for reading text from word file.