Categories
Asp, Asp.net

How to Read Word File Content in Asp.Net

How to Read Word File Content in Asp.Net In this post we will learn How to Read Word File Content in Asp.Net. For this we have to Add COM reference of Microsoft word. Design: <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %> <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server"> <title>How to Read Word File Content in Asp.Net</title> <style […]