Reading a .Doc File
-
i used StreamReader to read a txt file. Same,i want to read a .DOC file from ASP.NET. can anyone help me in this.
Sathiyaraj Ganesan
-
i used StreamReader to read a txt file. Same,i want to read a .DOC file from ASP.NET. can anyone help me in this.
Sathiyaraj Ganesan
-
is it possible to use Microsoft Word Object Library in Web Application
Sathiyaraj Ganesan
-
is it possible to use Microsoft Word Object Library in Web Application
Sathiyaraj Ganesan
-
i used StreamReader to read a txt file. Same,i want to read a .DOC file from ASP.NET. can anyone help me in this.
Sathiyaraj Ganesan
Try this Dim Fname As String = "D:\R&D\Notes.doc" Response.ClearContent() Response.ClearHeaders() Response.ContentType = "application/msword" Response.WriteFile(Fname) Response.Flush() Response.Close() Thanks & regards, Suresh Dayma -- modified at 8:59 Saturday 2nd September, 2006