hi all,
I exported a gridview in ms word document in C#. I want to insert page breaks in that MS word document using C# windows application . I want the page break to appear wherever
--PAGE BREAK-- is written in the ms word document.
Also, I want to insert a header and footer on each page that says "THIS IS A DRAFT"
How can I acheive this is C# windows application.
Thanks.