Re: [ADVANCED-DOTNET] Get document out of sql database

2004-09-28 Thread Jeff Ferguson
> It's not what I want, it's what my boss wants. I would like to preserve > the > font, formatting, graphics in the document. OK, so a textarea is out. Using a textarea will cause you to lose all of the formatting in the Word document. A textarea will preserve only the text. > What is Windows Sha

Re: [ADVANCED-DOTNET] Get document out of sql database

2004-09-28 Thread Ushanta Mooloo
HI Jeff, Thanx for the reply It's not what I want, it's what my boss wants. I would like to preserve the font, formatting, graphics in the document. What is Windows SharePoint Services?

Re: [ADVANCED-DOTNET] Get document out of sql database

2004-09-28 Thread Jeff Ferguson
> I am need to create a web-app which the administrator must use to > update,view and store word documents in a sql database. > > Say the administrator clicks a link to view the Internet Usage Policy. At > Page_load this policy will appear in a textarea; A Word document has formatting information

Re: [ADVANCED-DOTNET] Get document out of sql database

2004-09-28 Thread Thomas Tomiczek
text from the word document? Thomas Tomiczek > -Original Message- > From: Unmoderated discussion of advanced .NET topics. > [mailto:[EMAIL PROTECTED] On Behalf Of > Ushanta Mooloo > Sent: Dienstag, 28. September 2004 14:17 > To: [EMAIL PROTECTED] > Subject: Re: [

Re: [ADVANCED-DOTNET] Get document out of sql database

2004-09-28 Thread Ushanta Mooloo
From: Unmoderated discussion of advanced .NET topics. > [mailto:[EMAIL PROTECTED] On Behalf Of > Ushanta Mooloo > Sent: Dienstag, 28. September 2004 13:58 > To: [EMAIL PROTECTED] > Subject: [ADVANCED-DOTNET] Get document out of sql database > > Hi all, > > > I am creatin

Re: [ADVANCED-DOTNET] Get document out of sql database

2004-09-28 Thread Thomas Tomiczek
Microsoft MVP C#/.NET) (CTO PowerNodes Ltd.) > -Original Message- > From: Unmoderated discussion of advanced .NET topics. > [mailto:[EMAIL PROTECTED] On Behalf Of > Ushanta Mooloo > Sent: Dienstag, 28. September 2004 13:58 > To: [EMAIL PROTECTED] > Subject: [AD

[ADVANCED-DOTNET] Get document out of sql database

2004-09-28 Thread Ushanta Mooloo
Hi all, I am creating a web site that has to extract and upload a policy from/to sql 2000 and display it in a textarea. I don't know how to extract or upload the document to sql using ASP.NET and VB.NET, Can somebody please help as I ain't got a clue. Any advice/solutions will be highly app