populate word document via asp.net

  • Thread starter Thread starter Stephen Witter
  • Start date Start date
S

Stephen Witter

I have textboxes in a word docment that I would like to populate via
an asp.net page. Is this possible? The reason I ask is right now I
am using a macro in word and I don't want to have to use macros (for
security reasons). I would like to open a word doc and pass a value
from a textbox on my dot net page to the texbox on the word doc. I
know how to open the doc but not sure how to access the word objects
in dot net.
 
Hi Stephen,

I think it is possible yes.
But you need a lot of code.

I think that a solution is when you copy your text from your asp.net page on
the client side with javascript to the clipboard

for that this link

http://www.krikkit.net/howto_javascript_copy_clipboard.html

Than you have to put it in your word document, for that this links

Office
http://support.microsoft.com/default.aspx?scid=kb;EN-US;311452

Pia Download
http://support.microsoft.com/default.aspx?scid=kb;EN-US;328912

I hope this helps a little bit?

Cor
 
Back
Top