Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
2
Answers
Working with word Document for mail merge
jitendra rawat
8y
364
1
Reply
Hello ,
i am new in using word with development asp.net using c#,
i am using visual studio 2008 .
i have written this code..
{
var application = new Microsoft.Office.Interop.Word.Application();
var document = new Microsoft.Office.Interop.Word.Document();
document = application.Documents.Add(
Template
: @"E:\XXXXX\XXXXX.docx");
ans so on.......
}
The Template is not predefine here and not working. but the exact code is working in 2010 visual studio.
Thanx in advance.
Post
Reset
Cancel
Answers (
2
)
Next Recommended Forum
classic asp.
How to return multiple values using json?