Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

reading doc file in textbox using .net2005 with c#

Answer Posted / anand

ApplicationClass WordOper = new ApplicationClass();
String filePath = Server.MapPath("../Files/Book.doc");
Object file = filePath;
object nullobj = System.Reflection.Missing.Value;
Document doc = WordOper.Documents.Open(ref file, ref
nullobj, ref nullobj,
ref nullobj, ref nullobj, ref nullobj, ref nullobj, ref nullobj,
ref nullobj, ref nullobj, ref nullobj, ref nullobj,
ref nullobj, ref nullobj, ref nullobj, ref nullobj);
Document doc1 = WordOper.ActiveDocument;
string m_Content = doc1.Content.Text;
TextBox1.Text = m_Content;
doc.Close(ref nullobj, ref nullobj, ref nullobj);

Is This Answer Correct ?    3 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can I use razor code in javascript in asp.net mvc?

1227


What is the mvc pattern (model view controller pattern)?

1053


What are ajax helpers in asp.net mvc?

1129


What does a viewmodel do?

1138


mention what are the various methods provided by the dataset object to generate xml?

1070


Is it possible to combine asp.net webforms and asp.mvc and develop a single web application?

1050


Explain test driven development (tdd) ?

1070


List the new features added in .net framework 4.0.

983


What is razor code?

1137


What is the domain object?

1052


What is entitycontainer? : Entity framework

1070


What is .net architecture?

1061


What you mean by routing in mvc?

1160


What are the Core features of ASP.NET MVC?

1120


Explain the advantages and disadvantages of ASP.Net MVC over ASP.NET?

1063