TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
jitendra rawat
NA
15
3.8k
Working with word Document for mail merge
Feb 23 2016 5:52 AM
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.
Reply
Answers (
2
)
classic asp.
How to return multiple values using json?