Can Edit An Office Document Directly From SQL Server

Aug 6, 2010

I would like to build a Shared Documents Library in ASP .Net and SQL Server but I have a problem, the customer wants to open the documents (stored in SQL Server) in Office UI and when save it, the document should be saved directly in database like SharePoint Server.

I've been researched on web since last week and I didn't found any answer or specific technology to do this.

View 3 Replies


Similar Messages:

Controls :: Open And Read Data From Open Office Document Spreadsheet

Jun 11, 2013

How to read data from OpenDocument Spreadsheet and show the data in gridview....

View 1 Replies

Web Forms :: Read And Edit A Document?

Nov 19, 2010

I am new to developing. I am trying to defelop an application which deals with reading and editing a document.The updated document was stored in data repository in pdf format and it's path was maintaind in database. To show this document to user I am using ArrayList Which holds Image in binary format and it was assigned to Rad Binary Image "Datavalue Property". So I am getting well and I can able to show that document. Now My task begins... Now User can able to edit(i.e like Web Editor) that document that means commenting on words,MarkUps,Redo,Undo, creating new document,save,save as ..... like this. So how can I achieve this task? Can I do such functionalities on that showed document?

View 2 Replies

Open, Edit And Save A Word Document?

May 30, 2010

I want to get a word document from data base by ASP.Net and show it on Internet Explorer, then I want to edit some text and replace this document with the original one, exactly same as Sharepoint. I couldn't find any tutorial or example for this situation.

View 1 Replies

Forms Data Controls :: Using A DataGrid To Edit An Xml Document?

Aug 30, 2010

I am working on my first asp.net application. I am using a DataGrid to edit an xml document. The format of the xml is:

<ScmCodeAnalysisProjectMaster>

View 4 Replies

How To Use Microsoft.Office.Interop.Excel Without Installing Microsoft Office

Dec 9, 2010

My server administrator does not allow me to install Microsoft Office in the server.

I have developed a website which converts XML files to Excel and it is using Microsoft.Office.Interop.Excel.

Is there any way I can run this application without installing Microsoft Office in the server?

View 7 Replies

Free Library For Create Xls With C# Files On A Server Without MS Office?

Mar 9, 2010

Is there any free library for create xls files in asp.net on a server without office?

View 4 Replies

How To Write From Excel To Data Table When Ms Office Is Not Installed On The Server

Jan 28, 2010

I have to write data from excel to data table on my server and ms office is not installed on the server. I am able to save the excel file but I don't how I can write it to data table from excel when ms office is not installed.

View 3 Replies

Web Forms :: Createing A New Active Directory Account And Then Activating It For Office Communications Server?

Mar 17, 2011

I would like to make a webpage that enables users to create a new account ina ctive directory from a webpage. I then need the OCS 2007 activation wizard to run, so the user can use Communicator without any human input.

View 1 Replies

Databases :: Read Write Excel File In Application Without Installing The Office On Server

Jan 8, 2010

I want to read write excel file in my application without installing the office on my server. Means my server don't have any excel (MS office) installation. Is it necessory to install the office on server to excute the program of read or write the excel file.

View 5 Replies

ADO.NET :: EF 4.0 Not Displaying Changes Made Directly From SQL Server

Oct 23, 2010

I have an aspx application using Entity Framework 4.0 and SQL Server 2008. Everything works fine. It's an internal application, so we developed a basic backend for routine maintenance. Some minor data updates are done directly into the SQL Server using SQL Management Studio... the problem is those changes are not reflected in the application! Only after reseting the web service or the server, the new data is displayed.

View 3 Replies

Access Sql Server Without Directly Permission In Domain?

Apr 15, 2010

Here is the situation. All the machines and users are in the same domain.We are in a domain enviroment. There are some sql server 2005/2008 storing data. There is a ASP.NET site in the domain using the Window Authentication. Now, we need read the data from the sql server and display them using SqlDataSource and GridView. But most of users do not have the direct permission to access the database. Is there any solution to get the data from database and display them on the site without granting users permission?

View 2 Replies

Can't Send SMS Directly As Web Server - Doesn't Allow To Browsing Other Sites

Feb 13, 2011

Session("CellNo") = New List(Of String)() From { _
"CellNo1", _
"CellNo2" _
}
Session("SMSMess") = New List(Of String)() From { _
"Messagetext1", _
"Messagetext2" _
}
' Popup window.
' Generate many iframes to send SMS.
Dim CellNo As List(Of String) = DirectCast(Session("CellNo"), List(Of String))
Dim SMSMess As List(Of String) = DirectCast(Session("SMSMess"), List(Of String))
For i As Integer = 0 To CellNo.Count - 1
Dim url As String = [URL]
?usr=USERID&pwd=PASSHERE&sndr=SENDERID&ph=" & CellNo(i).Trim() & "&text=" & SMSMess(i).Trim() & "&rpt=1"
Response.Write("<iframe frameborder=""0"" height=""1px"" width=""1px"" src=""" & url & """ />") Next

I'm using above Code to send SMS. For some reason I can't send SMS Directly as my web server doesn't allow to browsing other sites. But above code sending only 1 SMS.

View 3 Replies

Copying/transferring Files Directly From Client To Ftp Server?

Mar 5, 2010

is there any way to copy/transfer files directly from client to ftp server through my web application? user will select files through fileupload control.

copying via webserver takes too much time.

there may be several files of 0 kb to 10 mb.

View 3 Replies

SQL Server :: Delete Entry Directly In Any Aspnet_* Table?

Jul 29, 2010

if It is okay to delete entry directly in any aspnet_* table ? because i screwed something.

View 3 Replies

DataSource Controls :: Saving A File From FileUpload Directly To SQL Server

Jun 7, 2010

I have a table with a varbinary(MAX) column. I want to use the FileUpload control to save the file directly there by a stored procedure. How do you do it without using SaveAs to create a temporary file first?

View 9 Replies

Configuration :: View .aspx Pages Directly On The Server (localhost)?

Apr 22, 2010

I have hosted my project in the remote server. i pasted all the dlls & all the necessary files into inetpub->wwwroot ->httpdocs->(pasted all files). In the server we have .net framework 3.5 and IIS 6.0

Now I just want to check whether my files are running locally on the server. So I did the following. Just opened the IIS, made the httpdocs folder as a virtual directory. And then I clicked the httpdocs.It displayed all the files it has in the right side pane. Then I right clicked the default.aspx and then I clicked browse. Now the browser opened with the URL http://localhost/httpdocs/default.aspx. But I could not able to see the aspx page.It just shows "The page is not found"

But when I tried the same steps for opening a .html page it works fine (http://localhost/httpdocs/test.html) I can able to view the html pages.

Whether I need to configure anything on the IIS.... What should I do to view the .aspx files

View 3 Replies

IIS Configuration :: How To Protect Files And Folders On Server So That No One Can Access Directly

Mar 14, 2014

In my application i uploaded PDF files and it is stored in particular path in application folder.

but the requirement is that files should not be delete or modify by any user like user privileges in windows.How to do this in asp.net ?

View 1 Replies

Mobiles :: Connecting To Localhost And Also Directly To SQL Server 2005 From A Mobile Device

Jan 23, 2010

Is it possible to connect to SQL Server 2005 ( not SQL Server 2005 CE) from a mobile device?

View 6 Replies

C# - Save The Generated Pdf Directly To The Server Directory Folder Without User Prompt?

Nov 23, 2010

A friend of mine gave me this task so I can learn advance programming a little bit easier. I am currently doing convertion of an html page to pdf using itext sharp and email the pdf as an attachement. My idea is to save the pdf first to the server machine in the folder name ToBeEmailedPDF folder before using it as an email attachment. The thing that bothers me is that this dialog as what you can see in the picture shows up using the code that I have below.

[code]....

View 2 Replies

Forms Data Controls :: Directly Send PDF Mail From Microsoft Report Or Automatically Save PDF On Server?

Feb 22, 2010

it's possible to directly send a PDF mail from microsoft report, or automatically save PDF report on server.

View 1 Replies

Social Networking :: Hide URL Of Document When Using Google Document Viewer With IFrame

Jan 24, 2014

<iframe src="http://docs.google.com/viewer?url=filename&embedded=true" style="width:600px; height:600px;margin-left:20px;" frameborder="0"></iframe>

I am using above code to show our document online.

But when we inspect element it is showing url of file which we dont't want.

it is possible to hide this url or any other alternate to show our document to user without exposing our physical file path.

View 1 Replies

WCF / ASMX :: How To Pass Xml Document (huge Document) Through WCF RestFul Service

Aug 16, 2010

I have xml document and wanting to pass it through wcf restfull service, i am able to do that by using string format i mean i can pass the xml as string param in the restful service and it worked but now my xml document becomes huge so if i pass it as string then it gives URI long error. any way i can pass the huge xml document through the WCF RESTFul service.

View 1 Replies

ADO.NET :: Retrieve Document From Sql Server?

Jul 22, 2010

I am using ASP.NET 2.0 and C#. I am storing a word document in sql server 2005.

I am storing using the below code:

[Code]....

I am able to store the document, I would like to retrieve the saved document. How to retrieve the word document from database?

View 3 Replies

SQL Server :: Displaying Data/work In Code Or Directly Return The Required Data

Dec 21, 2010

I am using VB.NET & SQL Server. My sproc returns something like this which I need to display on my web page as below:

sproc returns:

ClientNumber ClientName Product
------------------------------------------
100SON Sony TV
100SON Sony DVD Player
100SON Sony Cell Phone
200KEN Kenmoore Microwave
200KEN Kenmoore Dryer

Now based on these data, I need to display some information like below on label in the web page:

100SON - Sony - TV, DVD Player, Cell Phone
200KEN - Kenmoore - Microwave, Dryer

I need you advice on this.What would be the best way to do this?

(1) I can work further on this data in code to generate the required data or

(2) I can work further in the sproc itself to directly return the required data

View 4 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved