Click here to Skip to main content
15,892,927 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Good evening all of you,

1. I want to display a word document in .net application , need to provide all the options(formating,Tables,bullets...etc) as word processor provides and need to provide save and update options manually.
I tried third party controls like telric(rad editor)...etc.but not able to provide all the options as ms word provides and not able to read the table in the editor
2.I need to capture the data which resides in the table inside the word document.
Please provide solution (Web or win forms).

Thanks,
S.Nagaraju.
Posted
Updated 17-Apr-12 20:50pm
v2

This is not a place to ask for someone to write your whole app. Please get started and then ask something specific.
 
Share this answer
 
Comments
pietvredeveld 17-Apr-12 15:34pm    
There is no ask for a whole program, just for a solution.
ZurdoDev 17-Apr-12 15:36pm    
What's the difference?
Nelek 17-Apr-12 16:03pm    
You are not asking for solution, that would imply that you are trying and having a problem somewhere. But you are just giving some specifications of the job, what you want and what you need. That is not a question.
MS offers a good solution in the Microsoft Office Primary Interop Assemblies (PIA)[^]. These are .Net wrappers around the Office components. You can use them in you're WinForms application without any problem (besides learning the Office Object Model).

Happy coding

Piet
 
Share this answer
 
If you want a commercial component, which can be embedded in .NET application then
TX Text Control is a good component, which is avaialble for Windows Forms, WPF and ASP.NET as given in their web site
http://www.textcontrol.com/en_US/products/dotnet/overview/[^]
 
Share this answer
 
Comments
Member 7961514 18-Apr-12 9:40am    
Hi mr.V.j.Reddy,
I installed TX Text Control Server for ASP.NET (incl. Windows Forms) and tried by following the steps in the following link----- http://www.textcontrol.com/en_US/blog/archive/20051201/----- but i am not able to get the "server Text control" in the toolbar my asp.net web form but it is visible in the win form...
Please help me out.

Thanks,
S.nagaraju
VJ Reddy 18-Apr-12 12:57pm    
I used TX Text Control, Windows Forms component and it was good. Regarding ASP.NET I think you can post your query to their support centre.
Thank you.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900