How to view/edit microsoft documents via online
-
Dear all, I am using vs 2005, asp.net with c#. I have deploy a web application into a microsoft server 2008 .The application allow user to upload and download documents. Now,my question is how to enable user to edit those server's documents(ms word,excel and power point) via online like what google docs and office live workspace did. :doh: Any tips and suggestion are welcome. Thanks and regards Cocoonwls
-
Dear all, I am using vs 2005, asp.net with c#. I have deploy a web application into a microsoft server 2008 .The application allow user to upload and download documents. Now,my question is how to enable user to edit those server's documents(ms word,excel and power point) via online like what google docs and office live workspace did. :doh: Any tips and suggestion are welcome. Thanks and regards Cocoonwls
cocoonwls wrote:
Any tips and suggestion are welcome.
- Get 100 million dollars 2) Hire 20 senior developers (200 junior developers if offshore) 3) Spend 10 years developing (15 years of offshore) 4) Realize you are now 10 years behind
I know the language. I've read a book. - _Madmatt
-
Dear all, I am using vs 2005, asp.net with c#. I have deploy a web application into a microsoft server 2008 .The application allow user to upload and download documents. Now,my question is how to enable user to edit those server's documents(ms word,excel and power point) via online like what google docs and office live workspace did. :doh: Any tips and suggestion are welcome. Thanks and regards Cocoonwls
For that you need to create your custom editor. I know how to edit it using inline code, but how to show it and as user modified it save it accordingly is very difficult. http://csharpdotnetfreak.blogspot.com/2009/06/read-write-word-filestream-streamwriter.html[^] http://forums.asp.net/p/1549354/3797431.aspx[^] HTH
Jinal Desai - LIVE Experience is mother of sage....
-
cocoonwls wrote:
Any tips and suggestion are welcome.
- Get 100 million dollars 2) Hire 20 senior developers (200 junior developers if offshore) 3) Spend 10 years developing (15 years of offshore) 4) Realize you are now 10 years behind
I know the language. I've read a book. - _Madmatt
-
For that you need to create your custom editor. I know how to edit it using inline code, but how to show it and as user modified it save it accordingly is very difficult. http://csharpdotnetfreak.blogspot.com/2009/06/read-write-word-filestream-streamwriter.html[^] http://forums.asp.net/p/1549354/3797431.aspx[^] HTH
Jinal Desai - LIVE Experience is mother of sage....