Auto Populate and email Word document From ASP.NET 2.0 using xslt/xml
XML / XSL
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I originally posted this in the ASP.NET forum, to no reply and thought I would try this forum. Apologies if I am in the wrong place. Is it possible to auto populate a word document or word document template from ASP.NET 2.0 and also have this document emailed automatically to a user? I am able to populate a word document from a datasource using xml and xslt. I am also able to seperately email a word document as an attachment but it is the combination of creating the word document using xslt/xml and have this automatically emailed to a user that I am having difficulty with. I'm guessing it probably can't be done and the word document would need to be saved by the user and emailed independently. Can anyone clarify? Thanks.