473,394 Members | 1,737 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,394 software developers and data experts.

Word Document

Hi,

Not sure if this is the right newsgroup, but does anybody have any
advice/strategies for using Word Documents with ASP.Net projects. I need to
be able to create/edit and print word documents from an intranet. Thanks.

Alex
Nov 19 '05 #1
6 3408
Currently in our environment we work with .rtf files. This allows for
quick string manipulation. We do create, edit, and print these
document/reports dynamically with asp.net. As far as the printing goes
we normally allow the user hitting the application to download the docs
into MS Word and print them. We started off using .doc files in vb 6.0
but the word object was very slow.

Nov 19 '05 #2
Good luck.

Well, not to discourage you, but this topic is rather tricky, due to the web
environment. When a document is requested from the server, a COPY of the
document is downloaded by the browser. Editing it won't change the server
copy. Of course, it can be edited, and even printed, but again, if you need
to change the original document, you need a different solution.

Word documents can be linked to with simple hyperlinks, if you only need a
copy.

If, on the other hand, you want them to be able to edit and save the
document back to the server, you need a mechanism to upload the document
back TO the server. This could be done with a FileUpload control, or any of
several different solutions that are out there.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
Neither a follower nor a lender be.

"Alex" <al**********@gimlet.co.uk> wrote in message
news:eR**************@TK2MSFTNGP09.phx.gbl...
Hi,

Not sure if this is the right newsgroup, but does anybody have any
advice/strategies for using Word Documents with ASP.Net projects. I need
to
be able to create/edit and print word documents from an intranet. Thanks.

Alex

Nov 19 '05 #3
we use Aspose.Word http://www.aspose.com/

its a great tool. allows you to create word docs on the server then present
them to the client as long as they have word installed on their machine

"Alex" <al**********@gimlet.co.uk> wrote in message
news:eR**************@TK2MSFTNGP09.phx.gbl...
Hi,

Not sure if this is the right newsgroup, but does anybody have any
advice/strategies for using Word Documents with ASP.Net projects. I need to be able to create/edit and print word documents from an intranet. Thanks.

Alex

Nov 19 '05 #4
Thanks for the responses.

This system is currently running as a Domino app, is there a suggested
Microsoft way to do this kind of thing ?

"Alex" <al**********@gimlet.co.uk> wrote in message
news:eR**************@TK2MSFTNGP09.phx.gbl...
Hi,

Not sure if this is the right newsgroup, but does anybody have any
advice/strategies for using Word Documents with ASP.Net projects. I need to be able to create/edit and print word documents from an intranet. Thanks.

Alex

Nov 19 '05 #5
All I can think of is using SharePoint Web Portal. I think it does allow you
to share Word documents in a collaborative manner. But, you would have to
wait for a MSFT employee to directly answer your question.

"Alex" wrote:
Thanks for the responses.

This system is currently running as a Domino app, is there a suggested
Microsoft way to do this kind of thing ?

"Alex" <al**********@gimlet.co.uk> wrote in message
news:eR**************@TK2MSFTNGP09.phx.gbl...
Hi,

Not sure if this is the right newsgroup, but does anybody have any
advice/strategies for using Word Documents with ASP.Net projects. I need

to
be able to create/edit and print word documents from an intranet. Thanks.

Alex


Nov 19 '05 #6
You might be able to use one of these techniques:
http://SteveOrr.net/articles/ExportPanel.aspx
http://SteveOrr.net/Articles/ExcelExport.aspx

If you have more advanced needs, I'd recommend going with a 3rd party
component, such as one of these:
http://www.SteveOrr.net/Reviews/AsposeWord.aspx
http://officewriter.softartisans.com...riter-189.aspx

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://SteveOrr.net
"Alex" <al**********@gimlet.co.uk> wrote in message
news:eR**************@TK2MSFTNGP09.phx.gbl...
Hi,

Not sure if this is the right newsgroup, but does anybody have any
advice/strategies for using Word Documents with ASP.Net projects. I need
to
be able to create/edit and print word documents from an intranet. Thanks.

Alex

Nov 19 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: Otis Hunter | last post by:
I have been given an Access Database which contains a table that has an OLE object field that contains a Word document. That table contains hundreds of records. I would like to find out how I can...
8
by: Asma | last post by:
Dear Sir, I am trying to find a way to open a Word document using C language and read the text of word doc into a variable. (Turbo C on Dos 6.0). Can anyone please tell me which libraries in...
3
by: Adam Faulkner via DotNetMonster.com | last post by:
I want to create a method within a class that opens a Microsoft Word 2000 Document and has the facility to Create a new word document and then extract a Page that exists within the original Word...
1
by: Adam Faulkner via DotNetMonster.com | last post by:
I had a problem before extracting pages from an existing word document and then inserting the content into a new word document. The following code below works with Microsoft Word 2000 Function...
0
by: Niyazi | last post by:
Hi, I created application that store the data in SQL SERVER that reside on network. The client also use this application to access the resources provided with application. But is the client want...
0
southoz
by: southoz | last post by:
Good ay all , I'm fairly new to access(a little over 5 weeks now). Since I'v started I have picked up a lot of useful information from forums such as this and in doing so will share that information...
8
by: babyangel43 | last post by:
Hello, I have a query set up in Access. I run it monthly, changing "date of test". I would like this query to be merged with a Word document so that the cover letter is created in Word, the fields...
14
by: Alan T | last post by:
These are the codes I created a document: _WordApp = new Interop.Word.Application(); _WordApp.Visible = false; _WordDoc = new Document(); _Missing = System.Reflection.Missing.Value;
2
by: uamusa | last post by:
I am Dynamically generating a proposal(report) in MS Word. By default the Paragraph Alignment is "Left". For the First 6 Paragraphs I set the Alignment to "Center", and then when attempting to...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.