laxman Posted February 10, 2009 Posted February 10, 2009 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 Quote
DPrometheus Posted February 10, 2009 Posted February 10, 2009 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 Quote My Development System Intel Core i7 920 @2.66Ghz 6 GB DDR3 SDRAM Windows 7 Ultimate x64 & Windows Vista Home Premium x64 dual boot GeForce GTX295 1.8 GB 3.5 TB HD
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.