Appending data to word document in asp.net 2.0

laxman

Freshman
Joined
Jun 14, 2008
Messages
28
Hi,
I have to develope a form which will append the data to an word document i have to do it for web application,

Note: I tried some of the code but it is opening a dialog box and asking the user to open,save and cancel here i don't want to show this to user how can achieve this in asp.net 2.0
 
Hi

First of all I'm no good at asp.net or anything web-related.
However, if you have working code which just shows a dialog box for user input you can ofcourse automate this process by simply use the open / save / close functionality in different places in your application.
What I mean is this: When the page loads you open the document

When the user clicks the append button (or whatever it is when the document needs to expand) you call the save functionality provided by the dialog box code.
Hope this helps

~ DP
 
Back
Top